Shades of Old Gold #C4AB33
Tints of Old Gold #C4AB33
RGB
CMYK
RGB Variations
Color information
#C4AB33 (or 0xC4AB33) is known color: Old Gold. HEX triplet: C4, AB and 33. RGB value is (196,171,51). Sum of RGB (Red+Green+Blue) = 196+171+51=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB33 is #3B54CC. Grayscale: #A5A5A5. Windows color (decimal): -3888333 or 3386308. OLE color: 3386308.
HSL color Cylindrical-coordinate representation of color #C4AB33: hue angle of 49.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4AB33 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 51 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.23 |
| HSL | 49.66º | 0.59% | 0.48% | - |
| HSV(B) | 49.66º | 0.74% | 0.77% | - |
| XYZ | 37.93 | 41.1 | 9.07 | - |
| YUV | 164.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 51 | 0 | 0.13 | 0.74 | 0.23 | 49.66 | 0.59 | 0.48 |
| Hex | C4 | AB | 33 | 0 | D | 4A | 17 | 32 | 3B | 30 |
| Octal | 304 | 253 | 63 | 0 | 15 | 112 | 27 | 62 | 73 | 60 |
| Binary | 11000100 | 10101011 | 110011 | 0 | 1101 | 1001010 | 10111 | 110010 | 111011 | 110000 |
Color Harmonies of #C4AB33
Complementary color
Monochromatic Colors of #C4AB33
Black with #C4AB33
Text Example
Text Example
White with #C4AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB33; }
p { color: rgb(196,171,51); }
H1.HeaderClassName
{
color: #C4AB33;
}
.AnyTagClassName
{
color: #C4AB33;
}
</style>
background-color css
<style>
a { background-color: #C4AB33; }
a { background-color: rgb(196,171,51); }
div.DivClassName
{
background-color: #C4AB33;
}
.BgClassName
{
background-color: #C4AB33;
}
</style>
border-color css
<style>
span { border-color: #C4AB33; }
span { border-color: rgb(196,171,51); }
td.TdClassName
{
border-color: #C4AB33;
}
.TagClassName
{
border-color: #C4AB33;
}
</style>