Shades of Old Gold #CAB746
Tints of Old Gold #CAB746
RGB
CMYK
RGB Variations
Color information
#CAB746 (or 0xCAB746) is known color: Old Gold. HEX triplet: CA, B7 and 46. RGB value is (202,183,70). Sum of RGB (Red+Green+Blue) = 202+183+70=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB746 is #3548B9. Grayscale: #B0B0B0. Windows color (decimal): -3492026 or 4634570. OLE color: 4634570.
HSL color Cylindrical-coordinate representation of color #CAB746: hue angle of 51.36º 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 #CAB746 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 70 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.21 |
| HSL | 51.36º | 0.55% | 0.53% | - |
| HSV(B) | 51.36º | 0.65% | 0.79% | - |
| XYZ | 42.4 | 46.87 | 12.61 | - |
| YUV | 175.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 70 | 0 | 0.09 | 0.65 | 0.21 | 51.36 | 0.55 | 0.53 |
| Hex | CA | B7 | 46 | 0 | 9 | 41 | 15 | 33 | 37 | 35 |
| Octal | 312 | 267 | 106 | 0 | 11 | 101 | 25 | 63 | 67 | 65 |
| Binary | 11001010 | 10110111 | 1000110 | 0 | 1001 | 1000001 | 10101 | 110011 | 110111 | 110101 |
Color Harmonies of #CAB746
Complementary color
Monochromatic Colors of #CAB746
Black with #CAB746
Text Example
Text Example
White with #CAB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB746; }
p { color: rgb(202,183,70); }
H1.HeaderClassName
{
color: #CAB746;
}
.AnyTagClassName
{
color: #CAB746;
}
</style>
background-color css
<style>
a { background-color: #CAB746; }
a { background-color: rgb(202,183,70); }
div.DivClassName
{
background-color: #CAB746;
}
.BgClassName
{
background-color: #CAB746;
}
</style>
border-color css
<style>
span { border-color: #CAB746; }
span { border-color: rgb(202,183,70); }
td.TdClassName
{
border-color: #CAB746;
}
.TagClassName
{
border-color: #CAB746;
}
</style>