Shades of Old Gold #CAB946
Tints of Old Gold #CAB946
RGB
CMYK
RGB Variations
Color information
#CAB946 (or 0xCAB946) is known color: Old Gold. HEX triplet: CA, B9 and 46. RGB value is (202,185,70). Sum of RGB (Red+Green+Blue) = 202+185+70=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB946 is #3546B9. Grayscale: #B1B1B1. Windows color (decimal): -3491514 or 4635082. OLE color: 4635082.
HSL color Cylindrical-coordinate representation of color #CAB946: hue angle of 52.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAB946 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 70 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.21 |
| HSL | 52.27º | 0.55% | 0.53% | - |
| HSV(B) | 52.27º | 0.65% | 0.79% | - |
| XYZ | 42.81 | 47.7 | 12.74 | - |
| YUV | 176.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 70 | 0 | 0.08 | 0.65 | 0.21 | 52.27 | 0.55 | 0.53 |
| Hex | CA | B9 | 46 | 0 | 8 | 41 | 15 | 34 | 37 | 35 |
| Octal | 312 | 271 | 106 | 0 | 10 | 101 | 25 | 64 | 67 | 65 |
| Binary | 11001010 | 10111001 | 1000110 | 0 | 1000 | 1000001 | 10101 | 110100 | 110111 | 110101 |
Color Harmonies of #CAB946
Complementary color
Monochromatic Colors of #CAB946
Black with #CAB946
Text Example
Text Example
White with #CAB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB946; }
p { color: rgb(202,185,70); }
H1.HeaderClassName
{
color: #CAB946;
}
.AnyTagClassName
{
color: #CAB946;
}
</style>
background-color css
<style>
a { background-color: #CAB946; }
a { background-color: rgb(202,185,70); }
div.DivClassName
{
background-color: #CAB946;
}
.BgClassName
{
background-color: #CAB946;
}
</style>
border-color css
<style>
span { border-color: #CAB946; }
span { border-color: rgb(202,185,70); }
td.TdClassName
{
border-color: #CAB946;
}
.TagClassName
{
border-color: #CAB946;
}
</style>