Shades of Old Gold #CAB32E
Tints of Old Gold #CAB32E
RGB
CMYK
RGB Variations
Color information
#CAB32E (or 0xCAB32E) is known color: Old Gold. HEX triplet: CA, B3 and 2E. RGB value is (202,179,46). Sum of RGB (Red+Green+Blue) = 202+179+46=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB32E is #354CD1. Grayscale: #ABABAB. Windows color (decimal): -3493074 or 3060682. OLE color: 3060682.
HSL color Cylindrical-coordinate representation of color #CAB32E: hue angle of 51.15º 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 #CAB32E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 46 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.21 |
| HSL | 51.15º | 0.63% | 0.49% | - |
| HSV(B) | 51.15º | 0.77% | 0.79% | - |
| XYZ | 40.97 | 44.99 | 9.11 | - |
| YUV | 170.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 46 | 0 | 0.11 | 0.77 | 0.21 | 51.15 | 0.63 | 0.49 |
| Hex | CA | B3 | 2E | 0 | B | 4D | 15 | 33 | 3F | 31 |
| Octal | 312 | 263 | 56 | 0 | 13 | 115 | 25 | 63 | 77 | 61 |
| Binary | 11001010 | 10110011 | 101110 | 0 | 1011 | 1001101 | 10101 | 110011 | 111111 | 110001 |
Color Harmonies of #CAB32E
Complementary color
Monochromatic Colors of #CAB32E
Black with #CAB32E
Text Example
Text Example
White with #CAB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB32E; }
p { color: rgb(202,179,46); }
H1.HeaderClassName
{
color: #CAB32E;
}
.AnyTagClassName
{
color: #CAB32E;
}
</style>
background-color css
<style>
a { background-color: #CAB32E; }
a { background-color: rgb(202,179,46); }
div.DivClassName
{
background-color: #CAB32E;
}
.BgClassName
{
background-color: #CAB32E;
}
</style>
border-color css
<style>
span { border-color: #CAB32E; }
span { border-color: rgb(202,179,46); }
td.TdClassName
{
border-color: #CAB32E;
}
.TagClassName
{
border-color: #CAB32E;
}
</style>