#CAAC33

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

Shades of Metallic Gold #CAAC33

Tints of Metallic Gold #CAAC33

Color information

#CAAC33 (or 0xCAAC33) is unknown color: approx Metallic Gold. HEX triplet: CA, AC and 33. RGB value is (202,172,51). Sum of RGB (Red+Green+Blue) = 202+172+51=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAC33 is #3553CC. Grayscale: #A7A7A7. Windows color (decimal): -3494861 or 3386570. OLE color: 3386570.

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

Color convert

RGB20217251-
CMYK00.150.750.21
HSL48.08º59.68%49.61%-
HSV(B)48.08º74.75%79.22%-
XYZ39.7142.39.2-
YUV167.1862.44152.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 51 (20.31% from 255) = 12%
R=47.53%
G=40.47%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021725100.150.750.2148.0859.6849.61
HexCAAC330F4B15303c32
Octal3122546301711325607462
Binary110010101010110011001101111100101110101110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC33; }

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

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

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

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

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

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

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

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