Shades of Old Gold #CAB63F
Tints of Old Gold #CAB63F
RGB
CMYK
RGB Variations
Color information
#CAB63F (or 0xCAB63F) is known color: Old Gold. HEX triplet: CA, B6 and 3F. RGB value is (202,182,63). Sum of RGB (Red+Green+Blue) = 202+182+63=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB63F is #3549C0. Grayscale: #AEAEAE. Windows color (decimal): -3492289 or 4175562. OLE color: 4175562.
HSL color Cylindrical-coordinate representation of color #CAB63F: hue angle of 51.37º 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 #CAB63F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 63 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.21 |
| HSL | 51.37º | 0.57% | 0.52% | - |
| HSV(B) | 51.37º | 0.69% | 0.79% | - |
| XYZ | 41.98 | 46.37 | 11.44 | - |
| YUV | 174.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 63 | 0 | 0.10 | 0.69 | 0.21 | 51.37 | 0.57 | 0.52 |
| Hex | CA | B6 | 3F | 0 | A | 45 | 15 | 33 | 39 | 34 |
| Octal | 312 | 266 | 77 | 0 | 12 | 105 | 25 | 63 | 71 | 64 |
| Binary | 11001010 | 10110110 | 111111 | 0 | 1010 | 1000101 | 10101 | 110011 | 111001 | 110100 |
Color Harmonies of #CAB63F
Complementary color
Monochromatic Colors of #CAB63F
Black with #CAB63F
Text Example
Text Example
White with #CAB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB63F; }
p { color: rgb(202,182,63); }
H1.HeaderClassName
{
color: #CAB63F;
}
.AnyTagClassName
{
color: #CAB63F;
}
</style>
background-color css
<style>
a { background-color: #CAB63F; }
a { background-color: rgb(202,182,63); }
div.DivClassName
{
background-color: #CAB63F;
}
.BgClassName
{
background-color: #CAB63F;
}
</style>
border-color css
<style>
span { border-color: #CAB63F; }
span { border-color: rgb(202,182,63); }
td.TdClassName
{
border-color: #CAB63F;
}
.TagClassName
{
border-color: #CAB63F;
}
</style>