Shades of Old Gold #C2AA33
Tints of Old Gold #C2AA33
RGB
CMYK
RGB Variations
Color information
#C2AA33 (or 0xC2AA33) is known color: Old Gold. HEX triplet: C2, AA and 33. RGB value is (194,170,51). Sum of RGB (Red+Green+Blue) = 194+170+51=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA33 is #3D55CC. Grayscale: #A4A4A4. Windows color (decimal): -4019661 or 3386050. OLE color: 3386050.
HSL color Cylindrical-coordinate representation of color #C2AA33: hue angle of 49.93º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2AA33 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 51 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.24 |
| HSL | 49.93º | 0.58% | 0.48% | - |
| HSV(B) | 49.93º | 0.74% | 0.76% | - |
| XYZ | 37.22 | 40.46 | 8.98 | - |
| YUV | 163.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 51 | 0 | 0.12 | 0.74 | 0.24 | 49.93 | 0.58 | 0.48 |
| Hex | C2 | AA | 33 | 0 | C | 4A | 18 | 32 | 3A | 30 |
| Octal | 302 | 252 | 63 | 0 | 14 | 112 | 30 | 62 | 72 | 60 |
| Binary | 11000010 | 10101010 | 110011 | 0 | 1100 | 1001010 | 11000 | 110010 | 111010 | 110000 |
Color Harmonies of #C2AA33
Complementary color
Monochromatic Colors of #C2AA33
Black with #C2AA33
Text Example
Text Example
White with #C2AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA33; }
p { color: rgb(194,170,51); }
H1.HeaderClassName
{
color: #C2AA33;
}
.AnyTagClassName
{
color: #C2AA33;
}
</style>
background-color css
<style>
a { background-color: #C2AA33; }
a { background-color: rgb(194,170,51); }
div.DivClassName
{
background-color: #C2AA33;
}
.BgClassName
{
background-color: #C2AA33;
}
</style>
border-color css
<style>
span { border-color: #C2AA33; }
span { border-color: rgb(194,170,51); }
td.TdClassName
{
border-color: #C2AA33;
}
.TagClassName
{
border-color: #C2AA33;
}
</style>