Shades of Old Gold #C0AD33
Tints of Old Gold #C0AD33
RGB
CMYK
RGB Variations
Color information
#C0AD33 (or 0xC0AD33) is known color: Old Gold. HEX triplet: C0, AD and 33. RGB value is (192,173,51). Sum of RGB (Red+Green+Blue) = 192+173+51=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD33 is #3F52CC. Grayscale: #A5A5A5. Windows color (decimal): -4149965 or 3386816. OLE color: 3386816.
HSL color Cylindrical-coordinate representation of color #C0AD33: hue angle of 51.91º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0AD33 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 51 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.25 |
| HSL | 51.91º | 0.58% | 0.48% | - |
| HSV(B) | 51.91º | 0.73% | 0.75% | - |
| XYZ | 37.28 | 41.33 | 9.15 | - |
| YUV | 164.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 51 | 0 | 0.10 | 0.73 | 0.25 | 51.91 | 0.58 | 0.48 |
| Hex | C0 | AD | 33 | 0 | A | 49 | 19 | 34 | 3A | 30 |
| Octal | 300 | 255 | 63 | 0 | 12 | 111 | 31 | 64 | 72 | 60 |
| Binary | 11000000 | 10101101 | 110011 | 0 | 1010 | 1001001 | 11001 | 110100 | 111010 | 110000 |
Color Harmonies of #C0AD33
Complementary color
Monochromatic Colors of #C0AD33
Black with #C0AD33
Text Example
Text Example
White with #C0AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD33; }
p { color: rgb(192,173,51); }
H1.HeaderClassName
{
color: #C0AD33;
}
.AnyTagClassName
{
color: #C0AD33;
}
</style>
background-color css
<style>
a { background-color: #C0AD33; }
a { background-color: rgb(192,173,51); }
div.DivClassName
{
background-color: #C0AD33;
}
.BgClassName
{
background-color: #C0AD33;
}
</style>
border-color css
<style>
span { border-color: #C0AD33; }
span { border-color: rgb(192,173,51); }
td.TdClassName
{
border-color: #C0AD33;
}
.TagClassName
{
border-color: #C0AD33;
}
</style>