Shades of Old Gold #CAB32F
Tints of Old Gold #CAB32F
RGB
CMYK
RGB Variations
Color information
#CAB32F (or 0xCAB32F) is known color: Old Gold. HEX triplet: CA, B3 and 2F. RGB value is (202,179,47). Sum of RGB (Red+Green+Blue) = 202+179+47=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB32F is #354CD0. Grayscale: #ABABAB. Windows color (decimal): -3493073 or 3126218. OLE color: 3126218.
HSL color Cylindrical-coordinate representation of color #CAB32F: hue angle of 51.1º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAB32F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 47 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.21 |
| HSL | 51.1º | 0.62% | 0.49% | - |
| HSV(B) | 51.1º | 0.77% | 0.79% | - |
| XYZ | 40.99 | 45 | 9.22 | - |
| YUV | 170.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 47 | 0 | 0.11 | 0.77 | 0.21 | 51.1 | 0.62 | 0.49 |
| Hex | CA | B3 | 2F | 0 | B | 4D | 15 | 33 | 3E | 31 |
| Octal | 312 | 263 | 57 | 0 | 13 | 115 | 25 | 63 | 76 | 61 |
| Binary | 11001010 | 10110011 | 101111 | 0 | 1011 | 1001101 | 10101 | 110011 | 111110 | 110001 |
Color Harmonies of #CAB32F
Complementary color
Monochromatic Colors of #CAB32F
Black with #CAB32F
Text Example
Text Example
White with #CAB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB32F; }
p { color: rgb(202,179,47); }
H1.HeaderClassName
{
color: #CAB32F;
}
.AnyTagClassName
{
color: #CAB32F;
}
</style>
background-color css
<style>
a { background-color: #CAB32F; }
a { background-color: rgb(202,179,47); }
div.DivClassName
{
background-color: #CAB32F;
}
.BgClassName
{
background-color: #CAB32F;
}
</style>
border-color css
<style>
span { border-color: #CAB32F; }
span { border-color: rgb(202,179,47); }
td.TdClassName
{
border-color: #CAB32F;
}
.TagClassName
{
border-color: #CAB32F;
}
</style>