Shades of Old Gold #CAB82C
Tints of Old Gold #CAB82C
RGB
CMYK
RGB Variations
Color information
#CAB82C (or 0xCAB82C) is known color: Old Gold. HEX triplet: CA, B8 and 2C. RGB value is (202,184,44). Sum of RGB (Red+Green+Blue) = 202+184+44=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB82C is #3547D3. Grayscale: #ADADAD. Windows color (decimal): -3491796 or 2930890. OLE color: 2930890.
HSL color Cylindrical-coordinate representation of color #CAB82C: hue angle of 53.16º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAB82C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 44 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.21 |
| HSL | 53.16º | 0.64% | 0.48% | - |
| HSV(B) | 53.16º | 0.78% | 0.79% | - |
| XYZ | 41.95 | 47.02 | 9.25 | - |
| YUV | 173.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 44 | 0 | 0.09 | 0.78 | 0.21 | 53.16 | 0.64 | 0.48 |
| Hex | CA | B8 | 2C | 0 | 9 | 4E | 15 | 35 | 40 | 30 |
| Octal | 312 | 270 | 54 | 0 | 11 | 116 | 25 | 65 | 100 | 60 |
| Binary | 11001010 | 10111000 | 101100 | 0 | 1001 | 1001110 | 10101 | 110101 | 1000000 | 110000 |
Color Harmonies of #CAB82C
Complementary color
Monochromatic Colors of #CAB82C
Black with #CAB82C
Text Example
Text Example
White with #CAB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB82C; }
p { color: rgb(202,184,44); }
H1.HeaderClassName
{
color: #CAB82C;
}
.AnyTagClassName
{
color: #CAB82C;
}
</style>
background-color css
<style>
a { background-color: #CAB82C; }
a { background-color: rgb(202,184,44); }
div.DivClassName
{
background-color: #CAB82C;
}
.BgClassName
{
background-color: #CAB82C;
}
</style>
border-color css
<style>
span { border-color: #CAB82C; }
span { border-color: rgb(202,184,44); }
td.TdClassName
{
border-color: #CAB82C;
}
.TagClassName
{
border-color: #CAB82C;
}
</style>