Shades of Old Gold #CAB744
Tints of Old Gold #CAB744
RGB
CMYK
RGB Variations
Color information
#CAB744 (or 0xCAB744) is known color: Old Gold. HEX triplet: CA, B7 and 44. RGB value is (202,183,68). Sum of RGB (Red+Green+Blue) = 202+183+68=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB744 is #3548BB. Grayscale: #B0B0B0. Windows color (decimal): -3492028 or 4503498. OLE color: 4503498.
HSL color Cylindrical-coordinate representation of color #CAB744: hue angle of 51.49º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAB744 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 68 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.21 |
| HSL | 51.49º | 0.56% | 0.53% | - |
| HSV(B) | 51.49º | 0.66% | 0.79% | - |
| XYZ | 42.33 | 46.84 | 12.28 | - |
| YUV | 175.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 68 | 0 | 0.09 | 0.66 | 0.21 | 51.49 | 0.56 | 0.53 |
| Hex | CA | B7 | 44 | 0 | 9 | 42 | 15 | 33 | 38 | 35 |
| Octal | 312 | 267 | 104 | 0 | 11 | 102 | 25 | 63 | 70 | 65 |
| Binary | 11001010 | 10110111 | 1000100 | 0 | 1001 | 1000010 | 10101 | 110011 | 111000 | 110101 |
Color Harmonies of #CAB744
Complementary color
Monochromatic Colors of #CAB744
Black with #CAB744
Text Example
Text Example
White with #CAB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB744; }
p { color: rgb(202,183,68); }
H1.HeaderClassName
{
color: #CAB744;
}
.AnyTagClassName
{
color: #CAB744;
}
</style>
background-color css
<style>
a { background-color: #CAB744; }
a { background-color: rgb(202,183,68); }
div.DivClassName
{
background-color: #CAB744;
}
.BgClassName
{
background-color: #CAB744;
}
</style>
border-color css
<style>
span { border-color: #CAB744; }
span { border-color: rgb(202,183,68); }
td.TdClassName
{
border-color: #CAB744;
}
.TagClassName
{
border-color: #CAB744;
}
</style>