Shades of Old Gold #CAB835
Tints of Old Gold #CAB835
RGB
CMYK
RGB Variations
Color information
#CAB835 (or 0xCAB835) is known color: Old Gold. HEX triplet: CA, B8 and 35. RGB value is (202,184,53). Sum of RGB (Red+Green+Blue) = 202+184+53=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB835 is #3547CA. Grayscale: #AEAEAE. Windows color (decimal): -3491787 or 3520714. OLE color: 3520714.
HSL color Cylindrical-coordinate representation of color #CAB835: hue angle of 52.75º 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 #CAB835 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 53 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.21 |
| HSL | 52.75º | 0.58% | 0.5% | - |
| HSV(B) | 52.75º | 0.74% | 0.79% | - |
| XYZ | 42.14 | 47.09 | 10.24 | - |
| YUV | 174.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 53 | 0 | 0.09 | 0.74 | 0.21 | 52.75 | 0.58 | 0.5 |
| Hex | CA | B8 | 35 | 0 | 9 | 4A | 15 | 35 | 3A | 32 |
| Octal | 312 | 270 | 65 | 0 | 11 | 112 | 25 | 65 | 72 | 62 |
| Binary | 11001010 | 10111000 | 110101 | 0 | 1001 | 1001010 | 10101 | 110101 | 111010 | 110010 |
Color Harmonies of #CAB835
Complementary color
Monochromatic Colors of #CAB835
Black with #CAB835
Text Example
Text Example
White with #CAB835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB835; }
p { color: rgb(202,184,53); }
H1.HeaderClassName
{
color: #CAB835;
}
.AnyTagClassName
{
color: #CAB835;
}
</style>
background-color css
<style>
a { background-color: #CAB835; }
a { background-color: rgb(202,184,53); }
div.DivClassName
{
background-color: #CAB835;
}
.BgClassName
{
background-color: #CAB835;
}
</style>
border-color css
<style>
span { border-color: #CAB835; }
span { border-color: rgb(202,184,53); }
td.TdClassName
{
border-color: #CAB835;
}
.TagClassName
{
border-color: #CAB835;
}
</style>