Shades of Old Gold #CAB23F
Tints of Old Gold #CAB23F
RGB
CMYK
RGB Variations
Color information
#CAB23F (or 0xCAB23F) is known color: Old Gold. HEX triplet: CA, B2 and 3F. RGB value is (202,178,63). Sum of RGB (Red+Green+Blue) = 202+178+63=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB23F is #354DC0. Grayscale: #ACACAC. Windows color (decimal): -3493313 or 4174538. OLE color: 4174538.
HSL color Cylindrical-coordinate representation of color #CAB23F: hue angle of 49.64º 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 #CAB23F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 63 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.21 |
| HSL | 49.64º | 0.57% | 0.52% | - |
| HSV(B) | 49.64º | 0.69% | 0.79% | - |
| XYZ | 41.17 | 44.76 | 11.17 | - |
| YUV | 172.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 63 | 0 | 0.12 | 0.69 | 0.21 | 49.64 | 0.57 | 0.52 |
| Hex | CA | B2 | 3F | 0 | C | 45 | 15 | 32 | 39 | 34 |
| Octal | 312 | 262 | 77 | 0 | 14 | 105 | 25 | 62 | 71 | 64 |
| Binary | 11001010 | 10110010 | 111111 | 0 | 1100 | 1000101 | 10101 | 110010 | 111001 | 110100 |
Color Harmonies of #CAB23F
Complementary color
Monochromatic Colors of #CAB23F
Black with #CAB23F
Text Example
Text Example
White with #CAB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB23F; }
p { color: rgb(202,178,63); }
H1.HeaderClassName
{
color: #CAB23F;
}
.AnyTagClassName
{
color: #CAB23F;
}
</style>
background-color css
<style>
a { background-color: #CAB23F; }
a { background-color: rgb(202,178,63); }
div.DivClassName
{
background-color: #CAB23F;
}
.BgClassName
{
background-color: #CAB23F;
}
</style>
border-color css
<style>
span { border-color: #CAB23F; }
span { border-color: rgb(202,178,63); }
td.TdClassName
{
border-color: #CAB23F;
}
.TagClassName
{
border-color: #CAB23F;
}
</style>