#CCA03A

Color #CCA03A Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #CCA03A

Tints of Metallic Gold #CCA03A

Color information

#CCA03A (or 0xCCA03A) is unknown color: approx Metallic Gold. HEX triplet: CC, A0 and 3A. RGB value is (204,160,58). Sum of RGB (Red+Green+Blue) = 204+160+58=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA03A is #335FC5. Grayscale: #A1A1A1. Windows color (decimal): -3366854 or 3842252. OLE color: 3842252.

HSL color Cylindrical-coordinate representation of color #CCA03A: hue angle of 41.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCA03A is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20416058-
CMYK00.220.720.2
HSL41.92º58.87%51.37%-
HSV(B)41.92º71.57%80%-
XYZ38.2438.289.38-
YUV161.5369.58158.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 58 (23.05% from 255) = 13.74%
R=48.34%
G=37.91%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041605800.220.720.241.9258.8751.37
HexCCA03A01648142a3b33
Octal3142407202611024527363
Binary1100110010100000111010010110100100010100101010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA03A; }

 p { color: rgb(204,160,58); }

 H1.HeaderClassName
 {
   color: #CCA03A;
 }
 .AnyTagClassName
 {
   color: #CCA03A;
 }
</style>
background-color css

<style>
 a { background-color: #CCA03A; }

 a { background-color: rgb(204,160,58); }

 div.DivClassName
 {
   background-color: #CCA03A;
 }
 .BgClassName
 {
   background-color: #CCA03A;
 }
</style>
border-color css

<style>
 span { border-color: #CCA03A; }

 span { border-color: rgb(204,160,58); }

 td.TdClassName
 {
   border-color: #CCA03A;
 }
 .TagClassName
 {
   border-color: #CCA03A;
 }
</style>