Shades of Old Gold #CAB93F
Tints of Old Gold #CAB93F
RGB
CMYK
RGB Variations
Color information
#CAB93F (or 0xCAB93F) is known color: Old Gold. HEX triplet: CA, B9 and 3F. RGB value is (202,185,63). Sum of RGB (Red+Green+Blue) = 202+185+63=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB93F is #3546C0. Grayscale: #B0B0B0. Windows color (decimal): -3491521 or 4176330. OLE color: 4176330.
HSL color Cylindrical-coordinate representation of color #CAB93F: hue angle of 52.66º 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 #CAB93F is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 63 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.21 |
| HSL | 52.66º | 0.57% | 0.52% | - |
| HSV(B) | 52.66º | 0.69% | 0.79% | - |
| XYZ | 42.6 | 47.61 | 11.65 | - |
| YUV | 176.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 63 | 0 | 0.08 | 0.69 | 0.21 | 52.66 | 0.57 | 0.52 |
| Hex | CA | B9 | 3F | 0 | 8 | 45 | 15 | 35 | 39 | 34 |
| Octal | 312 | 271 | 77 | 0 | 10 | 105 | 25 | 65 | 71 | 64 |
| Binary | 11001010 | 10111001 | 111111 | 0 | 1000 | 1000101 | 10101 | 110101 | 111001 | 110100 |
Color Harmonies of #CAB93F
Complementary color
Monochromatic Colors of #CAB93F
Black with #CAB93F
Text Example
Text Example
White with #CAB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB93F; }
p { color: rgb(202,185,63); }
H1.HeaderClassName
{
color: #CAB93F;
}
.AnyTagClassName
{
color: #CAB93F;
}
</style>
background-color css
<style>
a { background-color: #CAB93F; }
a { background-color: rgb(202,185,63); }
div.DivClassName
{
background-color: #CAB93F;
}
.BgClassName
{
background-color: #CAB93F;
}
</style>
border-color css
<style>
span { border-color: #CAB93F; }
span { border-color: rgb(202,185,63); }
td.TdClassName
{
border-color: #CAB93F;
}
.TagClassName
{
border-color: #CAB93F;
}
</style>