Shades of Metallic Gold #CAAB32
Tints of Metallic Gold #CAAB32
RGB
CMYK
RGB Variations
Color information
#CAAB32 (or 0xCAAB32) is known color: Metallic Gold. HEX triplet: CA, AB and 32. RGB value is (202,171,50). Sum of RGB (Red+Green+Blue) = 202+171+50=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAB32 is #3554CD. Grayscale: #A6A6A6. Windows color (decimal): -3495118 or 3320778. OLE color: 3320778.
HSL color Cylindrical-coordinate representation of color #CAAB32: hue angle of 47.76º 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 #CAAB32 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 171 | 50 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.21 |
| HSL | 47.76º | 0.6% | 0.49% | - |
| HSV(B) | 47.76º | 0.75% | 0.79% | - |
| XYZ | 39.5 | 41.91 | 9.03 | - |
| YUV | 166.48 | 62.27 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 50 | 0 | 0.15 | 0.75 | 0.21 | 47.76 | 0.6 | 0.49 |
| Hex | CA | AB | 32 | 0 | F | 4B | 15 | 30 | 3C | 31 |
| Octal | 312 | 253 | 62 | 0 | 17 | 113 | 25 | 60 | 74 | 61 |
| Binary | 11001010 | 10101011 | 110010 | 0 | 1111 | 1001011 | 10101 | 110000 | 111100 | 110001 |
Color Harmonies of #CAAB32
Complementary color
Monochromatic Colors of #CAAB32
Black with #CAAB32
Text Example
Text Example
White with #CAAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAB32; }
p { color: rgb(202,171,50); }
H1.HeaderClassName
{
color: #CAAB32;
}
.AnyTagClassName
{
color: #CAAB32;
}
</style>
background-color css
<style>
a { background-color: #CAAB32; }
a { background-color: rgb(202,171,50); }
div.DivClassName
{
background-color: #CAAB32;
}
.BgClassName
{
background-color: #CAAB32;
}
</style>
border-color css
<style>
span { border-color: #CAAB32; }
span { border-color: rgb(202,171,50); }
td.TdClassName
{
border-color: #CAAB32;
}
.TagClassName
{
border-color: #CAAB32;
}
</style>