Shades of Old Gold #CAB42C
Tints of Old Gold #CAB42C
RGB
CMYK
RGB Variations
Color information
#CAB42C (or 0xCAB42C) is known color: Old Gold. HEX triplet: CA, B4 and 2C. RGB value is (202,180,44). Sum of RGB (Red+Green+Blue) = 202+180+44=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB42C is #354BD3. Grayscale: #ABABAB. Windows color (decimal): -3492820 or 2929866. OLE color: 2929866.
HSL color Cylindrical-coordinate representation of color #CAB42C: hue angle of 51.65º 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 #CAB42C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 44 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.21 |
| HSL | 51.65º | 0.64% | 0.48% | - |
| HSV(B) | 51.65º | 0.78% | 0.79% | - |
| XYZ | 41.13 | 45.38 | 8.97 | - |
| YUV | 171.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 44 | 0 | 0.11 | 0.78 | 0.21 | 51.65 | 0.64 | 0.48 |
| Hex | CA | B4 | 2C | 0 | B | 4E | 15 | 34 | 40 | 30 |
| Octal | 312 | 264 | 54 | 0 | 13 | 116 | 25 | 64 | 100 | 60 |
| Binary | 11001010 | 10110100 | 101100 | 0 | 1011 | 1001110 | 10101 | 110100 | 1000000 | 110000 |
Color Harmonies of #CAB42C
Complementary color
Monochromatic Colors of #CAB42C
Black with #CAB42C
Text Example
Text Example
White with #CAB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB42C; }
p { color: rgb(202,180,44); }
H1.HeaderClassName
{
color: #CAB42C;
}
.AnyTagClassName
{
color: #CAB42C;
}
</style>
background-color css
<style>
a { background-color: #CAB42C; }
a { background-color: rgb(202,180,44); }
div.DivClassName
{
background-color: #CAB42C;
}
.BgClassName
{
background-color: #CAB42C;
}
</style>
border-color css
<style>
span { border-color: #CAB42C; }
span { border-color: rgb(202,180,44); }
td.TdClassName
{
border-color: #CAB42C;
}
.TagClassName
{
border-color: #CAB42C;
}
</style>