#CAAC36

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

Shades of Metallic Gold #CAAC36

Tints of Metallic Gold #CAAC36

Color information

#CAAC36 (or 0xCAAC36) is unknown color: approx Metallic Gold. HEX triplet: CA, AC and 36. RGB value is (202,172,54). Sum of RGB (Red+Green+Blue) = 202+172+54=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAC36 is #3553C9. Grayscale: #A8A8A8. Windows color (decimal): -3494858 or 3583178. OLE color: 3583178.

HSL color Cylindrical-coordinate representation of color #CAAC36: hue angle of 47.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAAC36 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20217254-
CMYK00.150.730.21
HSL47.84º58.27%50.2%-
HSV(B)47.84º73.27%79.22%-
XYZ39.7842.339.56-
YUV167.5263.94152.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 54 (21.48% from 255) = 12.62%
R=47.20%
G=40.19%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021725400.150.730.2147.8458.2750.2
HexCAAC360F4915303a32
Octal3122546601711125607262
Binary110010101010110011011001111100100110101110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC36; }

 p { color: rgb(202,172,54); }

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

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

 a { background-color: rgb(202,172,54); }

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

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

 span { border-color: rgb(202,172,54); }

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