Shades of Old Gold #C4AF39
Tints of Old Gold #C4AF39
RGB
CMYK
RGB Variations
Color information
#C4AF39 (or 0xC4AF39) is known color: Old Gold. HEX triplet: C4, AF and 39. RGB value is (196,175,57). Sum of RGB (Red+Green+Blue) = 196+175+57=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF39 is #3B50C6. Grayscale: #A8A8A8. Windows color (decimal): -3887303 or 3780548. OLE color: 3780548.
HSL color Cylindrical-coordinate representation of color #C4AF39: hue angle of 50.94º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4AF39 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 57 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.23 |
| HSL | 50.94º | 0.55% | 0.5% | - |
| HSV(B) | 50.94º | 0.71% | 0.77% | - |
| XYZ | 38.83 | 42.69 | 10.06 | - |
| YUV | 167.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 57 | 0 | 0.11 | 0.71 | 0.23 | 50.94 | 0.55 | 0.5 |
| Hex | C4 | AF | 39 | 0 | B | 47 | 17 | 33 | 37 | 32 |
| Octal | 304 | 257 | 71 | 0 | 13 | 107 | 27 | 63 | 67 | 62 |
| Binary | 11000100 | 10101111 | 111001 | 0 | 1011 | 1000111 | 10111 | 110011 | 110111 | 110010 |
Color Harmonies of #C4AF39
Complementary color
Monochromatic Colors of #C4AF39
Black with #C4AF39
Text Example
Text Example
White with #C4AF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF39; }
p { color: rgb(196,175,57); }
H1.HeaderClassName
{
color: #C4AF39;
}
.AnyTagClassName
{
color: #C4AF39;
}
</style>
background-color css
<style>
a { background-color: #C4AF39; }
a { background-color: rgb(196,175,57); }
div.DivClassName
{
background-color: #C4AF39;
}
.BgClassName
{
background-color: #C4AF39;
}
</style>
border-color css
<style>
span { border-color: #C4AF39; }
span { border-color: rgb(196,175,57); }
td.TdClassName
{
border-color: #C4AF39;
}
.TagClassName
{
border-color: #C4AF39;
}
</style>