Shades of Old Gold #C4AF3F
Tints of Old Gold #C4AF3F
RGB
CMYK
RGB Variations
Color information
#C4AF3F (or 0xC4AF3F) is known color: Old Gold. HEX triplet: C4, AF and 3F. RGB value is (196,175,63). Sum of RGB (Red+Green+Blue) = 196+175+63=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF3F is #3B50C0. Grayscale: #A8A8A8. Windows color (decimal): -3887297 or 4173764. OLE color: 4173764.
HSL color Cylindrical-coordinate representation of color #C4AF3F: hue angle of 50.53º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4AF3F is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 63 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.23 |
| HSL | 50.53º | 0.53% | 0.51% | - |
| HSV(B) | 50.53º | 0.68% | 0.77% | - |
| XYZ | 38.99 | 42.75 | 10.9 | - |
| YUV | 168.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 63 | 0 | 0.11 | 0.68 | 0.23 | 50.53 | 0.53 | 0.51 |
| Hex | C4 | AF | 3F | 0 | B | 44 | 17 | 33 | 35 | 33 |
| Octal | 304 | 257 | 77 | 0 | 13 | 104 | 27 | 63 | 65 | 63 |
| Binary | 11000100 | 10101111 | 111111 | 0 | 1011 | 1000100 | 10111 | 110011 | 110101 | 110011 |
Color Harmonies of #C4AF3F
Complementary color
Monochromatic Colors of #C4AF3F
Black with #C4AF3F
Text Example
Text Example
White with #C4AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF3F; }
p { color: rgb(196,175,63); }
H1.HeaderClassName
{
color: #C4AF3F;
}
.AnyTagClassName
{
color: #C4AF3F;
}
</style>
background-color css
<style>
a { background-color: #C4AF3F; }
a { background-color: rgb(196,175,63); }
div.DivClassName
{
background-color: #C4AF3F;
}
.BgClassName
{
background-color: #C4AF3F;
}
</style>
border-color css
<style>
span { border-color: #C4AF3F; }
span { border-color: rgb(196,175,63); }
td.TdClassName
{
border-color: #C4AF3F;
}
.TagClassName
{
border-color: #C4AF3F;
}
</style>