Shades of Old Gold #C4B82E
Tints of Old Gold #C4B82E
RGB
CMYK
RGB Variations
Color information
#C4B82E (or 0xC4B82E) is known color: Old Gold. HEX triplet: C4, B8 and 2E. RGB value is (196,184,46). Sum of RGB (Red+Green+Blue) = 196+184+46=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B82E is #3B47D1. Grayscale: #ACACAC. Windows color (decimal): -3885010 or 3061956. OLE color: 3061956.
HSL color Cylindrical-coordinate representation of color #C4B82E: hue angle of 55.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4B82E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 46 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.23 |
| HSL | 55.2º | 0.62% | 0.47% | - |
| HSV(B) | 55.2º | 0.77% | 0.77% | - |
| XYZ | 40.4 | 46.21 | 9.38 | - |
| YUV | 171.86 | 56.98 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 46 | 0 | 0.06 | 0.77 | 0.23 | 55.2 | 0.62 | 0.47 |
| Hex | C4 | B8 | 2E | 0 | 6 | 4D | 17 | 37 | 3E | 2F |
| Octal | 304 | 270 | 56 | 0 | 6 | 115 | 27 | 67 | 76 | 57 |
| Binary | 11000100 | 10111000 | 101110 | 0 | 110 | 1001101 | 10111 | 110111 | 111110 | 101111 |
Color Harmonies of #C4B82E
Complementary color
Monochromatic Colors of #C4B82E
Black with #C4B82E
Text Example
Text Example
White with #C4B82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B82E; }
p { color: rgb(196,184,46); }
H1.HeaderClassName
{
color: #C4B82E;
}
.AnyTagClassName
{
color: #C4B82E;
}
</style>
background-color css
<style>
a { background-color: #C4B82E; }
a { background-color: rgb(196,184,46); }
div.DivClassName
{
background-color: #C4B82E;
}
.BgClassName
{
background-color: #C4B82E;
}
</style>
border-color css
<style>
span { border-color: #C4B82E; }
span { border-color: rgb(196,184,46); }
td.TdClassName
{
border-color: #C4B82E;
}
.TagClassName
{
border-color: #C4B82E;
}
</style>