Shades of Old Gold #CAB23D
Tints of Old Gold #CAB23D
RGB
CMYK
RGB Variations
Color information
#CAB23D (or 0xCAB23D) is known color: Old Gold. HEX triplet: CA, B2 and 3D. RGB value is (202,178,61). Sum of RGB (Red+Green+Blue) = 202+178+61=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB23D is #354DC2. Grayscale: #ACACAC. Windows color (decimal): -3493315 or 4043466. OLE color: 4043466.
HSL color Cylindrical-coordinate representation of color #CAB23D: hue angle of 49.79º 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 #CAB23D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 61 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.21 |
| HSL | 49.79º | 0.57% | 0.52% | - |
| HSV(B) | 49.79º | 0.7% | 0.79% | - |
| XYZ | 41.12 | 44.73 | 10.88 | - |
| YUV | 171.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 61 | 0 | 0.12 | 0.70 | 0.21 | 49.79 | 0.57 | 0.52 |
| Hex | CA | B2 | 3D | 0 | C | 46 | 15 | 32 | 39 | 34 |
| Octal | 312 | 262 | 75 | 0 | 14 | 106 | 25 | 62 | 71 | 64 |
| Binary | 11001010 | 10110010 | 111101 | 0 | 1100 | 1000110 | 10101 | 110010 | 111001 | 110100 |
Color Harmonies of #CAB23D
Complementary color
Monochromatic Colors of #CAB23D
Black with #CAB23D
Text Example
Text Example
White with #CAB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB23D; }
p { color: rgb(202,178,61); }
H1.HeaderClassName
{
color: #CAB23D;
}
.AnyTagClassName
{
color: #CAB23D;
}
</style>
background-color css
<style>
a { background-color: #CAB23D; }
a { background-color: rgb(202,178,61); }
div.DivClassName
{
background-color: #CAB23D;
}
.BgClassName
{
background-color: #CAB23D;
}
</style>
border-color css
<style>
span { border-color: #CAB23D; }
span { border-color: rgb(202,178,61); }
td.TdClassName
{
border-color: #CAB23D;
}
.TagClassName
{
border-color: #CAB23D;
}
</style>