Shades of Old Gold #CAB446
Tints of Old Gold #CAB446
RGB
CMYK
RGB Variations
Color information
#CAB446 (or 0xCAB446) is known color: Old Gold. HEX triplet: CA, B4 and 46. RGB value is (202,180,70). Sum of RGB (Red+Green+Blue) = 202+180+70=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB446 is #354BB9. Grayscale: #AEAEAE. Windows color (decimal): -3492794 or 4633802. OLE color: 4633802.
HSL color Cylindrical-coordinate representation of color #CAB446: hue angle of 50º 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 #CAB446 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 70 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.21 |
| HSL | 50º | 0.55% | 0.53% | - |
| HSV(B) | 50º | 0.65% | 0.79% | - |
| XYZ | 41.78 | 45.64 | 12.4 | - |
| YUV | 174.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 70 | 0 | 0.11 | 0.65 | 0.21 | 50 | 0.55 | 0.53 |
| Hex | CA | B4 | 46 | 0 | B | 41 | 15 | 32 | 37 | 35 |
| Octal | 312 | 264 | 106 | 0 | 13 | 101 | 25 | 62 | 67 | 65 |
| Binary | 11001010 | 10110100 | 1000110 | 0 | 1011 | 1000001 | 10101 | 110010 | 110111 | 110101 |
Color Harmonies of #CAB446
Complementary color
Monochromatic Colors of #CAB446
Black with #CAB446
Text Example
Text Example
White with #CAB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB446; }
p { color: rgb(202,180,70); }
H1.HeaderClassName
{
color: #CAB446;
}
.AnyTagClassName
{
color: #CAB446;
}
</style>
background-color css
<style>
a { background-color: #CAB446; }
a { background-color: rgb(202,180,70); }
div.DivClassName
{
background-color: #CAB446;
}
.BgClassName
{
background-color: #CAB446;
}
</style>
border-color css
<style>
span { border-color: #CAB446; }
span { border-color: rgb(202,180,70); }
td.TdClassName
{
border-color: #CAB446;
}
.TagClassName
{
border-color: #CAB446;
}
</style>