Shades of Old Gold #CAB22E
Tints of Old Gold #CAB22E
RGB
CMYK
RGB Variations
Color information
#CAB22E (or 0xCAB22E) is known color: Old Gold. HEX triplet: CA, B2 and 2E. RGB value is (202,178,46). Sum of RGB (Red+Green+Blue) = 202+178+46=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB22E is #354DD1. Grayscale: #AAAAAA. Windows color (decimal): -3493330 or 3060426. OLE color: 3060426.
HSL color Cylindrical-coordinate representation of color #CAB22E: hue angle of 50.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAB22E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 46 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.21 |
| HSL | 50.77º | 0.63% | 0.49% | - |
| HSV(B) | 50.77º | 0.77% | 0.79% | - |
| XYZ | 40.77 | 44.59 | 9.04 | - |
| YUV | 170.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 46 | 0 | 0.12 | 0.77 | 0.21 | 50.77 | 0.63 | 0.49 |
| Hex | CA | B2 | 2E | 0 | C | 4D | 15 | 33 | 3F | 31 |
| Octal | 312 | 262 | 56 | 0 | 14 | 115 | 25 | 63 | 77 | 61 |
| Binary | 11001010 | 10110010 | 101110 | 0 | 1100 | 1001101 | 10101 | 110011 | 111111 | 110001 |
Color Harmonies of #CAB22E
Complementary color
Monochromatic Colors of #CAB22E
Black with #CAB22E
Text Example
Text Example
White with #CAB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB22E; }
p { color: rgb(202,178,46); }
H1.HeaderClassName
{
color: #CAB22E;
}
.AnyTagClassName
{
color: #CAB22E;
}
</style>
background-color css
<style>
a { background-color: #CAB22E; }
a { background-color: rgb(202,178,46); }
div.DivClassName
{
background-color: #CAB22E;
}
.BgClassName
{
background-color: #CAB22E;
}
</style>
border-color css
<style>
span { border-color: #CAB22E; }
span { border-color: rgb(202,178,46); }
td.TdClassName
{
border-color: #CAB22E;
}
.TagClassName
{
border-color: #CAB22E;
}
</style>