Shades of Old Gold #C4AF30
Tints of Old Gold #C4AF30
RGB
CMYK
RGB Variations
Color information
#C4AF30 (or 0xC4AF30) is known color: Old Gold. HEX triplet: C4, AF and 30. RGB value is (196,175,48). Sum of RGB (Red+Green+Blue) = 196+175+48=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF30 is #3B50CF. Grayscale: #A7A7A7. Windows color (decimal): -3887312 or 3190724. OLE color: 3190724.
HSL color Cylindrical-coordinate representation of color #C4AF30: hue angle of 51.49º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4AF30 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 48 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.23 |
| HSL | 51.49º | 0.61% | 0.48% | - |
| HSV(B) | 51.49º | 0.76% | 0.77% | - |
| XYZ | 38.63 | 42.61 | 8.98 | - |
| YUV | 166.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 48 | 0 | 0.11 | 0.76 | 0.23 | 51.49 | 0.61 | 0.48 |
| Hex | C4 | AF | 30 | 0 | B | 4C | 17 | 33 | 3D | 30 |
| Octal | 304 | 257 | 60 | 0 | 13 | 114 | 27 | 63 | 75 | 60 |
| Binary | 11000100 | 10101111 | 110000 | 0 | 1011 | 1001100 | 10111 | 110011 | 111101 | 110000 |
Color Harmonies of #C4AF30
Complementary color
Monochromatic Colors of #C4AF30
Black with #C4AF30
Text Example
Text Example
White with #C4AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF30; }
p { color: rgb(196,175,48); }
H1.HeaderClassName
{
color: #C4AF30;
}
.AnyTagClassName
{
color: #C4AF30;
}
</style>
background-color css
<style>
a { background-color: #C4AF30; }
a { background-color: rgb(196,175,48); }
div.DivClassName
{
background-color: #C4AF30;
}
.BgClassName
{
background-color: #C4AF30;
}
</style>
border-color css
<style>
span { border-color: #C4AF30; }
span { border-color: rgb(196,175,48); }
td.TdClassName
{
border-color: #C4AF30;
}
.TagClassName
{
border-color: #C4AF30;
}
</style>