#CAAE32

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

Shades of Metallic Gold #CAAE32

Tints of Metallic Gold #CAAE32

Color information

#CAAE32 (or 0xCAAE32) is unknown color: approx Metallic Gold. HEX triplet: CA, AE and 32. RGB value is (202,174,50). Sum of RGB (Red+Green+Blue) = 202+174+50=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE32 is #3551CD. Grayscale: #A8A8A8. Windows color (decimal): -3494350 or 3321546. OLE color: 3321546.

HSL color Cylindrical-coordinate representation of color #CAAE32: hue angle of 48.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAAE32 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20217450-
CMYK00.140.750.21
HSL48.95º60.32%49.41%-
HSV(B)48.95º75.25%79.22%-
XYZ40.0743.069.22-
YUV168.2461.28152.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 50 (19.92% from 255) = 11.74%
R=47.42%
G=40.85%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021745000.140.750.2148.9560.3249.41
HexCAAE320E4B15313c31
Octal3122566201611325617461
Binary110010101010111011001001110100101110101110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE32; }

 p { color: rgb(202,174,50); }

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

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

 a { background-color: rgb(202,174,50); }

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

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

 span { border-color: rgb(202,174,50); }

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