Shades of Old Gold #CAB935
Tints of Old Gold #CAB935
RGB
CMYK
RGB Variations
Color information
#CAB935 (or 0xCAB935) is known color: Old Gold. HEX triplet: CA, B9 and 35. RGB value is (202,185,53). Sum of RGB (Red+Green+Blue) = 202+185+53=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB935 is #3546CA. Grayscale: #AFAFAF. Windows color (decimal): -3491531 or 3520970. OLE color: 3520970.
HSL color Cylindrical-coordinate representation of color #CAB935: hue angle of 53.15º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAB935 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 53 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.21 |
| HSL | 53.15º | 0.58% | 0.5% | - |
| HSV(B) | 53.15º | 0.74% | 0.79% | - |
| XYZ | 42.35 | 47.51 | 10.31 | - |
| YUV | 175.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 53 | 0 | 0.08 | 0.74 | 0.21 | 53.15 | 0.58 | 0.5 |
| Hex | CA | B9 | 35 | 0 | 8 | 4A | 15 | 35 | 3A | 32 |
| Octal | 312 | 271 | 65 | 0 | 10 | 112 | 25 | 65 | 72 | 62 |
| Binary | 11001010 | 10111001 | 110101 | 0 | 1000 | 1001010 | 10101 | 110101 | 111010 | 110010 |
Color Harmonies of #CAB935
Complementary color
Monochromatic Colors of #CAB935
Black with #CAB935
Text Example
Text Example
White with #CAB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB935; }
p { color: rgb(202,185,53); }
H1.HeaderClassName
{
color: #CAB935;
}
.AnyTagClassName
{
color: #CAB935;
}
</style>
background-color css
<style>
a { background-color: #CAB935; }
a { background-color: rgb(202,185,53); }
div.DivClassName
{
background-color: #CAB935;
}
.BgClassName
{
background-color: #CAB935;
}
</style>
border-color css
<style>
span { border-color: #CAB935; }
span { border-color: rgb(202,185,53); }
td.TdClassName
{
border-color: #CAB935;
}
.TagClassName
{
border-color: #CAB935;
}
</style>