Shades of Old Gold #CAB843
Tints of Old Gold #CAB843
RGB
CMYK
RGB Variations
Color information
#CAB843 (or 0xCAB843) is known color: Old Gold. HEX triplet: CA, B8 and 43. RGB value is (202,184,67). Sum of RGB (Red+Green+Blue) = 202+184+67=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB843 is #3547BC. Grayscale: #B0B0B0. Windows color (decimal): -3491773 or 4438218. OLE color: 4438218.
HSL color Cylindrical-coordinate representation of color #CAB843: hue angle of 52º 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 #CAB843 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 67 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.21 |
| HSL | 52º | 0.56% | 0.53% | - |
| HSV(B) | 52º | 0.67% | 0.79% | - |
| XYZ | 42.51 | 47.24 | 12.19 | - |
| YUV | 176.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 67 | 0 | 0.09 | 0.67 | 0.21 | 52 | 0.56 | 0.53 |
| Hex | CA | B8 | 43 | 0 | 9 | 43 | 15 | 34 | 38 | 35 |
| Octal | 312 | 270 | 103 | 0 | 11 | 103 | 25 | 64 | 70 | 65 |
| Binary | 11001010 | 10111000 | 1000011 | 0 | 1001 | 1000011 | 10101 | 110100 | 111000 | 110101 |
Color Harmonies of #CAB843
Complementary color
Monochromatic Colors of #CAB843
Black with #CAB843
Text Example
Text Example
White with #CAB843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB843; }
p { color: rgb(202,184,67); }
H1.HeaderClassName
{
color: #CAB843;
}
.AnyTagClassName
{
color: #CAB843;
}
</style>
background-color css
<style>
a { background-color: #CAB843; }
a { background-color: rgb(202,184,67); }
div.DivClassName
{
background-color: #CAB843;
}
.BgClassName
{
background-color: #CAB843;
}
</style>
border-color css
<style>
span { border-color: #CAB843; }
span { border-color: rgb(202,184,67); }
td.TdClassName
{
border-color: #CAB843;
}
.TagClassName
{
border-color: #CAB843;
}
</style>