Shades of Old Gold #CAB33D
Tints of Old Gold #CAB33D
RGB
CMYK
RGB Variations
Color information
#CAB33D (or 0xCAB33D) is known color: Old Gold. HEX triplet: CA, B3 and 3D. RGB value is (202,179,61). Sum of RGB (Red+Green+Blue) = 202+179+61=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB33D is #354CC2. Grayscale: #ACACAC. Windows color (decimal): -3493059 or 4043722. OLE color: 4043722.
HSL color Cylindrical-coordinate representation of color #CAB33D: hue angle of 50.21º 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 #CAB33D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 61 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.21 |
| HSL | 50.21º | 0.57% | 0.52% | - |
| HSV(B) | 50.21º | 0.7% | 0.79% | - |
| XYZ | 41.32 | 45.13 | 10.95 | - |
| YUV | 172.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 61 | 0 | 0.11 | 0.70 | 0.21 | 50.21 | 0.57 | 0.52 |
| Hex | CA | B3 | 3D | 0 | B | 46 | 15 | 32 | 39 | 34 |
| Octal | 312 | 263 | 75 | 0 | 13 | 106 | 25 | 62 | 71 | 64 |
| Binary | 11001010 | 10110011 | 111101 | 0 | 1011 | 1000110 | 10101 | 110010 | 111001 | 110100 |
Color Harmonies of #CAB33D
Complementary color
Monochromatic Colors of #CAB33D
Black with #CAB33D
Text Example
Text Example
White with #CAB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB33D; }
p { color: rgb(202,179,61); }
H1.HeaderClassName
{
color: #CAB33D;
}
.AnyTagClassName
{
color: #CAB33D;
}
</style>
background-color css
<style>
a { background-color: #CAB33D; }
a { background-color: rgb(202,179,61); }
div.DivClassName
{
background-color: #CAB33D;
}
.BgClassName
{
background-color: #CAB33D;
}
</style>
border-color css
<style>
span { border-color: #CAB33D; }
span { border-color: rgb(202,179,61); }
td.TdClassName
{
border-color: #CAB33D;
}
.TagClassName
{
border-color: #CAB33D;
}
</style>