Shades of Old Gold #CAB735
Tints of Old Gold #CAB735
RGB
CMYK
RGB Variations
Color information
#CAB735 (or 0xCAB735) is known color: Old Gold. HEX triplet: CA, B7 and 35. RGB value is (202,183,53). Sum of RGB (Red+Green+Blue) = 202+183+53=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB735 is #3548CA. Grayscale: #AEAEAE. Windows color (decimal): -3492043 or 3520458. OLE color: 3520458.
HSL color Cylindrical-coordinate representation of color #CAB735: hue angle of 52.35º 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 #CAB735 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 53 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.21 |
| HSL | 52.35º | 0.58% | 0.5% | - |
| HSV(B) | 52.35º | 0.74% | 0.79% | - |
| XYZ | 41.93 | 46.68 | 10.17 | - |
| YUV | 173.86 | 59.79 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 53 | 0 | 0.09 | 0.74 | 0.21 | 52.35 | 0.58 | 0.5 |
| Hex | CA | B7 | 35 | 0 | 9 | 4A | 15 | 34 | 3A | 32 |
| Octal | 312 | 267 | 65 | 0 | 11 | 112 | 25 | 64 | 72 | 62 |
| Binary | 11001010 | 10110111 | 110101 | 0 | 1001 | 1001010 | 10101 | 110100 | 111010 | 110010 |
Color Harmonies of #CAB735
Complementary color
Monochromatic Colors of #CAB735
Black with #CAB735
Text Example
Text Example
White with #CAB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB735; }
p { color: rgb(202,183,53); }
H1.HeaderClassName
{
color: #CAB735;
}
.AnyTagClassName
{
color: #CAB735;
}
</style>
background-color css
<style>
a { background-color: #CAB735; }
a { background-color: rgb(202,183,53); }
div.DivClassName
{
background-color: #CAB735;
}
.BgClassName
{
background-color: #CAB735;
}
</style>
border-color css
<style>
span { border-color: #CAB735; }
span { border-color: rgb(202,183,53); }
td.TdClassName
{
border-color: #CAB735;
}
.TagClassName
{
border-color: #CAB735;
}
</style>