Shades of Old Gold #C2AD31
Tints of Old Gold #C2AD31
RGB
CMYK
RGB Variations
Color information
#C2AD31 (or 0xC2AD31) is known color: Old Gold. HEX triplet: C2, AD and 31. RGB value is (194,173,49). Sum of RGB (Red+Green+Blue) = 194+173+49=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD31 is #3D52CE. Grayscale: #A5A5A5. Windows color (decimal): -4018895 or 3255746. OLE color: 3255746.
HSL color Cylindrical-coordinate representation of color #C2AD31: hue angle of 51.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2AD31 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 49 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.24 |
| HSL | 51.31º | 0.6% | 0.48% | - |
| HSV(B) | 51.31º | 0.75% | 0.76% | - |
| XYZ | 37.75 | 41.58 | 8.94 | - |
| YUV | 165.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 49 | 0 | 0.11 | 0.75 | 0.24 | 51.31 | 0.6 | 0.48 |
| Hex | C2 | AD | 31 | 0 | B | 4B | 18 | 33 | 3C | 30 |
| Octal | 302 | 255 | 61 | 0 | 13 | 113 | 30 | 63 | 74 | 60 |
| Binary | 11000010 | 10101101 | 110001 | 0 | 1011 | 1001011 | 11000 | 110011 | 111100 | 110000 |
Color Harmonies of #C2AD31
Complementary color
Monochromatic Colors of #C2AD31
Black with #C2AD31
Text Example
Text Example
White with #C2AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD31; }
p { color: rgb(194,173,49); }
H1.HeaderClassName
{
color: #C2AD31;
}
.AnyTagClassName
{
color: #C2AD31;
}
</style>
background-color css
<style>
a { background-color: #C2AD31; }
a { background-color: rgb(194,173,49); }
div.DivClassName
{
background-color: #C2AD31;
}
.BgClassName
{
background-color: #C2AD31;
}
</style>
border-color css
<style>
span { border-color: #C2AD31; }
span { border-color: rgb(194,173,49); }
td.TdClassName
{
border-color: #C2AD31;
}
.TagClassName
{
border-color: #C2AD31;
}
</style>