Shades of Old Gold #CAB43D
Tints of Old Gold #CAB43D
RGB
CMYK
RGB Variations
Color information
#CAB43D (or 0xCAB43D) is known color: Old Gold. HEX triplet: CA, B4 and 3D. RGB value is (202,180,61). Sum of RGB (Red+Green+Blue) = 202+180+61=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB43D is #354BC2. Grayscale: #ADADAD. Windows color (decimal): -3492803 or 4043978. OLE color: 4043978.
HSL color Cylindrical-coordinate representation of color #CAB43D: hue angle of 50.64º 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 #CAB43D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 61 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.21 |
| HSL | 50.64º | 0.57% | 0.52% | - |
| HSV(B) | 50.64º | 0.7% | 0.79% | - |
| XYZ | 41.52 | 45.54 | 11.02 | - |
| YUV | 173.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 61 | 0 | 0.11 | 0.70 | 0.21 | 50.64 | 0.57 | 0.52 |
| Hex | CA | B4 | 3D | 0 | B | 46 | 15 | 33 | 39 | 34 |
| Octal | 312 | 264 | 75 | 0 | 13 | 106 | 25 | 63 | 71 | 64 |
| Binary | 11001010 | 10110100 | 111101 | 0 | 1011 | 1000110 | 10101 | 110011 | 111001 | 110100 |
Color Harmonies of #CAB43D
Complementary color
Monochromatic Colors of #CAB43D
Black with #CAB43D
Text Example
Text Example
White with #CAB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB43D; }
p { color: rgb(202,180,61); }
H1.HeaderClassName
{
color: #CAB43D;
}
.AnyTagClassName
{
color: #CAB43D;
}
</style>
background-color css
<style>
a { background-color: #CAB43D; }
a { background-color: rgb(202,180,61); }
div.DivClassName
{
background-color: #CAB43D;
}
.BgClassName
{
background-color: #CAB43D;
}
</style>
border-color css
<style>
span { border-color: #CAB43D; }
span { border-color: rgb(202,180,61); }
td.TdClassName
{
border-color: #CAB43D;
}
.TagClassName
{
border-color: #CAB43D;
}
</style>