Shades of Old Gold #CAB942
Tints of Old Gold #CAB942
RGB
CMYK
RGB Variations
Color information
#CAB942 (or 0xCAB942) is known color: Old Gold. HEX triplet: CA, B9 and 42. RGB value is (202,185,66). Sum of RGB (Red+Green+Blue) = 202+185+66=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB942 is #3546BD. Grayscale: #B1B1B1. Windows color (decimal): -3491518 or 4372938. OLE color: 4372938.
HSL color Cylindrical-coordinate representation of color #CAB942: hue angle of 52.5º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAB942 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 66 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.21 |
| HSL | 52.5º | 0.56% | 0.53% | - |
| HSV(B) | 52.5º | 0.67% | 0.79% | - |
| XYZ | 42.69 | 47.65 | 12.1 | - |
| YUV | 176.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 66 | 0 | 0.08 | 0.67 | 0.21 | 52.5 | 0.56 | 0.53 |
| Hex | CA | B9 | 42 | 0 | 8 | 43 | 15 | 34 | 38 | 35 |
| Octal | 312 | 271 | 102 | 0 | 10 | 103 | 25 | 64 | 70 | 65 |
| Binary | 11001010 | 10111001 | 1000010 | 0 | 1000 | 1000011 | 10101 | 110100 | 111000 | 110101 |
Color Harmonies of #CAB942
Complementary color
Monochromatic Colors of #CAB942
Black with #CAB942
Text Example
Text Example
White with #CAB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB942; }
p { color: rgb(202,185,66); }
H1.HeaderClassName
{
color: #CAB942;
}
.AnyTagClassName
{
color: #CAB942;
}
</style>
background-color css
<style>
a { background-color: #CAB942; }
a { background-color: rgb(202,185,66); }
div.DivClassName
{
background-color: #CAB942;
}
.BgClassName
{
background-color: #CAB942;
}
</style>
border-color css
<style>
span { border-color: #CAB942; }
span { border-color: rgb(202,185,66); }
td.TdClassName
{
border-color: #CAB942;
}
.TagClassName
{
border-color: #CAB942;
}
</style>