Shades of Old Gold #C4AD36
Tints of Old Gold #C4AD36
RGB
CMYK
RGB Variations
Color information
#C4AD36 (or 0xC4AD36) is known color: Old Gold. HEX triplet: C4, AD and 36. RGB value is (196,173,54). Sum of RGB (Red+Green+Blue) = 196+173+54=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD36 is #3B52C9. Grayscale: #A6A6A6. Windows color (decimal): -3887818 or 3583428. OLE color: 3583428.
HSL color Cylindrical-coordinate representation of color #C4AD36: hue angle of 50.28º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4AD36 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 54 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.23 |
| HSL | 50.28º | 0.57% | 0.49% | - |
| HSV(B) | 50.28º | 0.72% | 0.77% | - |
| XYZ | 38.37 | 41.89 | 9.55 | - |
| YUV | 166.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 54 | 0 | 0.12 | 0.72 | 0.23 | 50.28 | 0.57 | 0.49 |
| Hex | C4 | AD | 36 | 0 | C | 48 | 17 | 32 | 39 | 31 |
| Octal | 304 | 255 | 66 | 0 | 14 | 110 | 27 | 62 | 71 | 61 |
| Binary | 11000100 | 10101101 | 110110 | 0 | 1100 | 1001000 | 10111 | 110010 | 111001 | 110001 |
Color Harmonies of #C4AD36
Complementary color
Monochromatic Colors of #C4AD36
Black with #C4AD36
Text Example
Text Example
White with #C4AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD36; }
p { color: rgb(196,173,54); }
H1.HeaderClassName
{
color: #C4AD36;
}
.AnyTagClassName
{
color: #C4AD36;
}
</style>
background-color css
<style>
a { background-color: #C4AD36; }
a { background-color: rgb(196,173,54); }
div.DivClassName
{
background-color: #C4AD36;
}
.BgClassName
{
background-color: #C4AD36;
}
</style>
border-color css
<style>
span { border-color: #C4AD36; }
span { border-color: rgb(196,173,54); }
td.TdClassName
{
border-color: #C4AD36;
}
.TagClassName
{
border-color: #C4AD36;
}
</style>