Shades of Old Gold #CAB346
Tints of Old Gold #CAB346
RGB
CMYK
RGB Variations
Color information
#CAB346 (or 0xCAB346) is known color: Old Gold. HEX triplet: CA, B3 and 46. RGB value is (202,179,70). Sum of RGB (Red+Green+Blue) = 202+179+70=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB346 is #354CB9. Grayscale: #ADADAD. Windows color (decimal): -3493050 or 4633546. OLE color: 4633546.
HSL color Cylindrical-coordinate representation of color #CAB346: hue angle of 49.55º 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 #CAB346 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 70 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.21 |
| HSL | 49.55º | 0.55% | 0.53% | - |
| HSV(B) | 49.55º | 0.65% | 0.79% | - |
| XYZ | 41.58 | 45.24 | 12.33 | - |
| YUV | 173.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 70 | 0 | 0.11 | 0.65 | 0.21 | 49.55 | 0.55 | 0.53 |
| Hex | CA | B3 | 46 | 0 | B | 41 | 15 | 32 | 37 | 35 |
| Octal | 312 | 263 | 106 | 0 | 13 | 101 | 25 | 62 | 67 | 65 |
| Binary | 11001010 | 10110011 | 1000110 | 0 | 1011 | 1000001 | 10101 | 110010 | 110111 | 110101 |
Color Harmonies of #CAB346
Complementary color
Monochromatic Colors of #CAB346
Black with #CAB346
Text Example
Text Example
White with #CAB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB346; }
p { color: rgb(202,179,70); }
H1.HeaderClassName
{
color: #CAB346;
}
.AnyTagClassName
{
color: #CAB346;
}
</style>
background-color css
<style>
a { background-color: #CAB346; }
a { background-color: rgb(202,179,70); }
div.DivClassName
{
background-color: #CAB346;
}
.BgClassName
{
background-color: #CAB346;
}
</style>
border-color css
<style>
span { border-color: #CAB346; }
span { border-color: rgb(202,179,70); }
td.TdClassName
{
border-color: #CAB346;
}
.TagClassName
{
border-color: #CAB346;
}
</style>