Shades of Old Gold #CAB443
Tints of Old Gold #CAB443
RGB
CMYK
RGB Variations
Color information
#CAB443 (or 0xCAB443) is known color: Old Gold. HEX triplet: CA, B4 and 43. RGB value is (202,180,67). Sum of RGB (Red+Green+Blue) = 202+180+67=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB443 is #354BBC. Grayscale: #AEAEAE. Windows color (decimal): -3492797 or 4437194. OLE color: 4437194.
HSL color Cylindrical-coordinate representation of color #CAB443: hue angle of 50.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAB443 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 67 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.21 |
| HSL | 50.22º | 0.56% | 0.53% | - |
| HSV(B) | 50.22º | 0.67% | 0.79% | - |
| XYZ | 41.69 | 45.6 | 11.92 | - |
| YUV | 173.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 67 | 0 | 0.11 | 0.67 | 0.21 | 50.22 | 0.56 | 0.53 |
| Hex | CA | B4 | 43 | 0 | B | 43 | 15 | 32 | 38 | 35 |
| Octal | 312 | 264 | 103 | 0 | 13 | 103 | 25 | 62 | 70 | 65 |
| Binary | 11001010 | 10110100 | 1000011 | 0 | 1011 | 1000011 | 10101 | 110010 | 111000 | 110101 |
Color Harmonies of #CAB443
Complementary color
Monochromatic Colors of #CAB443
Black with #CAB443
Text Example
Text Example
White with #CAB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB443; }
p { color: rgb(202,180,67); }
H1.HeaderClassName
{
color: #CAB443;
}
.AnyTagClassName
{
color: #CAB443;
}
</style>
background-color css
<style>
a { background-color: #CAB443; }
a { background-color: rgb(202,180,67); }
div.DivClassName
{
background-color: #CAB443;
}
.BgClassName
{
background-color: #CAB443;
}
</style>
border-color css
<style>
span { border-color: #CAB443; }
span { border-color: rgb(202,180,67); }
td.TdClassName
{
border-color: #CAB443;
}
.TagClassName
{
border-color: #CAB443;
}
</style>