Shades of Old Gold #CAB32A
Tints of Old Gold #CAB32A
RGB
CMYK
RGB Variations
Color information
#CAB32A (or 0xCAB32A) is known color: Old Gold. HEX triplet: CA, B3 and 2A. RGB value is (202,179,42). Sum of RGB (Red+Green+Blue) = 202+179+42=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB32A is #354CD5. Grayscale: #AAAAAA. Windows color (decimal): -3493078 or 2798538. OLE color: 2798538.
HSL color Cylindrical-coordinate representation of color #CAB32A: hue angle of 51.38º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAB32A is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 42 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.21 |
| HSL | 51.38º | 0.66% | 0.48% | - |
| HSV(B) | 51.38º | 0.79% | 0.79% | - |
| XYZ | 40.9 | 44.96 | 8.71 | - |
| YUV | 170.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 42 | 0 | 0.11 | 0.79 | 0.21 | 51.38 | 0.66 | 0.48 |
| Hex | CA | B3 | 2A | 0 | B | 4F | 15 | 33 | 42 | 30 |
| Octal | 312 | 263 | 52 | 0 | 13 | 117 | 25 | 63 | 102 | 60 |
| Binary | 11001010 | 10110011 | 101010 | 0 | 1011 | 1001111 | 10101 | 110011 | 1000010 | 110000 |
Color Harmonies of #CAB32A
Complementary color
Monochromatic Colors of #CAB32A
Black with #CAB32A
Text Example
Text Example
White with #CAB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB32A; }
p { color: rgb(202,179,42); }
H1.HeaderClassName
{
color: #CAB32A;
}
.AnyTagClassName
{
color: #CAB32A;
}
</style>
background-color css
<style>
a { background-color: #CAB32A; }
a { background-color: rgb(202,179,42); }
div.DivClassName
{
background-color: #CAB32A;
}
.BgClassName
{
background-color: #CAB32A;
}
</style>
border-color css
<style>
span { border-color: #CAB32A; }
span { border-color: rgb(202,179,42); }
td.TdClassName
{
border-color: #CAB32A;
}
.TagClassName
{
border-color: #CAB32A;
}
</style>