Shades of Old Gold #CAB530
Tints of Old Gold #CAB530
RGB
CMYK
RGB Variations
Color information
#CAB530 (or 0xCAB530) is known color: Old Gold. HEX triplet: CA, B5 and 30. RGB value is (202,181,48). Sum of RGB (Red+Green+Blue) = 202+181+48=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB530 is #354ACF. Grayscale: #ACACAC. Windows color (decimal): -3492560 or 3192266. OLE color: 3192266.
HSL color Cylindrical-coordinate representation of color #CAB530: hue angle of 51.82º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAB530 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 48 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.21 |
| HSL | 51.82º | 0.62% | 0.49% | - |
| HSV(B) | 51.82º | 0.76% | 0.79% | - |
| XYZ | 41.41 | 45.82 | 9.46 | - |
| YUV | 172.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 48 | 0 | 0.10 | 0.76 | 0.21 | 51.82 | 0.62 | 0.49 |
| Hex | CA | B5 | 30 | 0 | A | 4C | 15 | 34 | 3E | 31 |
| Octal | 312 | 265 | 60 | 0 | 12 | 114 | 25 | 64 | 76 | 61 |
| Binary | 11001010 | 10110101 | 110000 | 0 | 1010 | 1001100 | 10101 | 110100 | 111110 | 110001 |
Color Harmonies of #CAB530
Complementary color
Monochromatic Colors of #CAB530
Black with #CAB530
Text Example
Text Example
White with #CAB530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB530; }
p { color: rgb(202,181,48); }
H1.HeaderClassName
{
color: #CAB530;
}
.AnyTagClassName
{
color: #CAB530;
}
</style>
background-color css
<style>
a { background-color: #CAB530; }
a { background-color: rgb(202,181,48); }
div.DivClassName
{
background-color: #CAB530;
}
.BgClassName
{
background-color: #CAB530;
}
</style>
border-color css
<style>
span { border-color: #CAB530; }
span { border-color: rgb(202,181,48); }
td.TdClassName
{
border-color: #CAB530;
}
.TagClassName
{
border-color: #CAB530;
}
</style>