Shades of Old Gold #CAB33E
Tints of Old Gold #CAB33E
RGB
CMYK
RGB Variations
Color information
#CAB33E (or 0xCAB33E) is known color: Old Gold. HEX triplet: CA, B3 and 3E. RGB value is (202,179,62). Sum of RGB (Red+Green+Blue) = 202+179+62=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB33E is #354CC1. Grayscale: #ADADAD. Windows color (decimal): -3493058 or 4109258. OLE color: 4109258.
HSL color Cylindrical-coordinate representation of color #CAB33E: hue angle of 50.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAB33E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 62 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.21 |
| HSL | 50.14º | 0.57% | 0.52% | - |
| HSV(B) | 50.14º | 0.69% | 0.79% | - |
| XYZ | 41.35 | 45.14 | 11.09 | - |
| YUV | 172.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 62 | 0 | 0.11 | 0.69 | 0.21 | 50.14 | 0.57 | 0.52 |
| Hex | CA | B3 | 3E | 0 | B | 45 | 15 | 32 | 39 | 34 |
| Octal | 312 | 263 | 76 | 0 | 13 | 105 | 25 | 62 | 71 | 64 |
| Binary | 11001010 | 10110011 | 111110 | 0 | 1011 | 1000101 | 10101 | 110010 | 111001 | 110100 |
Color Harmonies of #CAB33E
Complementary color
Monochromatic Colors of #CAB33E
Black with #CAB33E
Text Example
Text Example
White with #CAB33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB33E; }
p { color: rgb(202,179,62); }
H1.HeaderClassName
{
color: #CAB33E;
}
.AnyTagClassName
{
color: #CAB33E;
}
</style>
background-color css
<style>
a { background-color: #CAB33E; }
a { background-color: rgb(202,179,62); }
div.DivClassName
{
background-color: #CAB33E;
}
.BgClassName
{
background-color: #CAB33E;
}
</style>
border-color css
<style>
span { border-color: #CAB33E; }
span { border-color: rgb(202,179,62); }
td.TdClassName
{
border-color: #CAB33E;
}
.TagClassName
{
border-color: #CAB33E;
}
</style>