Shades of Old Gold #CAB63D
Tints of Old Gold #CAB63D
RGB
CMYK
RGB Variations
Color information
#CAB63D (or 0xCAB63D) is known color: Old Gold. HEX triplet: CA, B6 and 3D. RGB value is (202,182,61). Sum of RGB (Red+Green+Blue) = 202+182+61=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB63D is #3549C2. Grayscale: #AEAEAE. Windows color (decimal): -3492291 or 4044490. OLE color: 4044490.
HSL color Cylindrical-coordinate representation of color #CAB63D: hue angle of 51.49º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB63D is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 61 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.21 |
| HSL | 51.49º | 0.57% | 0.52% | - |
| HSV(B) | 51.49º | 0.7% | 0.79% | - |
| XYZ | 41.93 | 46.35 | 11.15 | - |
| YUV | 174.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 61 | 0 | 0.10 | 0.70 | 0.21 | 51.49 | 0.57 | 0.52 |
| Hex | CA | B6 | 3D | 0 | A | 46 | 15 | 33 | 39 | 34 |
| Octal | 312 | 266 | 75 | 0 | 12 | 106 | 25 | 63 | 71 | 64 |
| Binary | 11001010 | 10110110 | 111101 | 0 | 1010 | 1000110 | 10101 | 110011 | 111001 | 110100 |
Color Harmonies of #CAB63D
Complementary color
Monochromatic Colors of #CAB63D
Black with #CAB63D
Text Example
Text Example
White with #CAB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB63D; }
p { color: rgb(202,182,61); }
H1.HeaderClassName
{
color: #CAB63D;
}
.AnyTagClassName
{
color: #CAB63D;
}
</style>
background-color css
<style>
a { background-color: #CAB63D; }
a { background-color: rgb(202,182,61); }
div.DivClassName
{
background-color: #CAB63D;
}
.BgClassName
{
background-color: #CAB63D;
}
</style>
border-color css
<style>
span { border-color: #CAB63D; }
span { border-color: rgb(202,182,61); }
td.TdClassName
{
border-color: #CAB63D;
}
.TagClassName
{
border-color: #CAB63D;
}
</style>