Shades of Old Gold #CAB246
Tints of Old Gold #CAB246
RGB
CMYK
RGB Variations
Color information
#CAB246 (or 0xCAB246) is known color: Old Gold. HEX triplet: CA, B2 and 46. RGB value is (202,178,70). Sum of RGB (Red+Green+Blue) = 202+178+70=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB246 is #354DB9. Grayscale: #ADADAD. Windows color (decimal): -3493306 or 4633290. OLE color: 4633290.
HSL color Cylindrical-coordinate representation of color #CAB246: hue angle of 49.09º 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 #CAB246 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 70 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.21 |
| HSL | 49.09º | 0.55% | 0.53% | - |
| HSV(B) | 49.09º | 0.65% | 0.79% | - |
| XYZ | 41.38 | 44.84 | 12.27 | - |
| YUV | 172.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 70 | 0 | 0.12 | 0.65 | 0.21 | 49.09 | 0.55 | 0.53 |
| Hex | CA | B2 | 46 | 0 | C | 41 | 15 | 31 | 37 | 35 |
| Octal | 312 | 262 | 106 | 0 | 14 | 101 | 25 | 61 | 67 | 65 |
| Binary | 11001010 | 10110010 | 1000110 | 0 | 1100 | 1000001 | 10101 | 110001 | 110111 | 110101 |
Color Harmonies of #CAB246
Complementary color
Monochromatic Colors of #CAB246
Black with #CAB246
Text Example
Text Example
White with #CAB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB246; }
p { color: rgb(202,178,70); }
H1.HeaderClassName
{
color: #CAB246;
}
.AnyTagClassName
{
color: #CAB246;
}
</style>
background-color css
<style>
a { background-color: #CAB246; }
a { background-color: rgb(202,178,70); }
div.DivClassName
{
background-color: #CAB246;
}
.BgClassName
{
background-color: #CAB246;
}
</style>
border-color css
<style>
span { border-color: #CAB246; }
span { border-color: rgb(202,178,70); }
td.TdClassName
{
border-color: #CAB246;
}
.TagClassName
{
border-color: #CAB246;
}
</style>