Shades of Old Gold #C4B942
Tints of Old Gold #C4B942
RGB
CMYK
RGB Variations
Color information
#C4B942 (or 0xC4B942) is known color: Old Gold. HEX triplet: C4, B9 and 42. RGB value is (196,185,66). Sum of RGB (Red+Green+Blue) = 196+185+66=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B942 is #3B46BD. Grayscale: #AFAFAF. Windows color (decimal): -3884734 or 4372932. OLE color: 4372932.
HSL color Cylindrical-coordinate representation of color #C4B942: hue angle of 54.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4B942 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 66 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.23 |
| HSL | 54.92º | 0.52% | 0.51% | - |
| HSV(B) | 54.92º | 0.66% | 0.77% | - |
| XYZ | 41.1 | 46.83 | 12.03 | - |
| YUV | 174.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 66 | 0 | 0.06 | 0.66 | 0.23 | 54.92 | 0.52 | 0.51 |
| Hex | C4 | B9 | 42 | 0 | 6 | 42 | 17 | 37 | 34 | 33 |
| Octal | 304 | 271 | 102 | 0 | 6 | 102 | 27 | 67 | 64 | 63 |
| Binary | 11000100 | 10111001 | 1000010 | 0 | 110 | 1000010 | 10111 | 110111 | 110100 | 110011 |
Color Harmonies of #C4B942
Complementary color
Monochromatic Colors of #C4B942
Black with #C4B942
Text Example
Text Example
White with #C4B942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B942; }
p { color: rgb(196,185,66); }
H1.HeaderClassName
{
color: #C4B942;
}
.AnyTagClassName
{
color: #C4B942;
}
</style>
background-color css
<style>
a { background-color: #C4B942; }
a { background-color: rgb(196,185,66); }
div.DivClassName
{
background-color: #C4B942;
}
.BgClassName
{
background-color: #C4B942;
}
</style>
border-color css
<style>
span { border-color: #C4B942; }
span { border-color: rgb(196,185,66); }
td.TdClassName
{
border-color: #C4B942;
}
.TagClassName
{
border-color: #C4B942;
}
</style>