Shades of Old Gold #CAB22C
Tints of Old Gold #CAB22C
RGB
CMYK
RGB Variations
Color information
#CAB22C (or 0xCAB22C) is known color: Old Gold. HEX triplet: CA, B2 and 2C. RGB value is (202,178,44). Sum of RGB (Red+Green+Blue) = 202+178+44=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB22C is #354DD3. Grayscale: #AAAAAA. Windows color (decimal): -3493332 or 2929354. OLE color: 2929354.
HSL color Cylindrical-coordinate representation of color #CAB22C: hue angle of 50.89º 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 #CAB22C is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 44 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.21 |
| HSL | 50.89º | 0.64% | 0.48% | - |
| HSV(B) | 50.89º | 0.78% | 0.79% | - |
| XYZ | 40.73 | 44.58 | 8.84 | - |
| YUV | 169.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 44 | 0 | 0.12 | 0.78 | 0.21 | 50.89 | 0.64 | 0.48 |
| Hex | CA | B2 | 2C | 0 | C | 4E | 15 | 33 | 40 | 30 |
| Octal | 312 | 262 | 54 | 0 | 14 | 116 | 25 | 63 | 100 | 60 |
| Binary | 11001010 | 10110010 | 101100 | 0 | 1100 | 1001110 | 10101 | 110011 | 1000000 | 110000 |
Color Harmonies of #CAB22C
Complementary color
Monochromatic Colors of #CAB22C
Black with #CAB22C
Text Example
Text Example
White with #CAB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB22C; }
p { color: rgb(202,178,44); }
H1.HeaderClassName
{
color: #CAB22C;
}
.AnyTagClassName
{
color: #CAB22C;
}
</style>
background-color css
<style>
a { background-color: #CAB22C; }
a { background-color: rgb(202,178,44); }
div.DivClassName
{
background-color: #CAB22C;
}
.BgClassName
{
background-color: #CAB22C;
}
</style>
border-color css
<style>
span { border-color: #CAB22C; }
span { border-color: rgb(202,178,44); }
td.TdClassName
{
border-color: #CAB22C;
}
.TagClassName
{
border-color: #CAB22C;
}
</style>