Shades of Old Gold #C8B844
Tints of Old Gold #C8B844
RGB
CMYK
RGB Variations
Color information
#C8B844 (or 0xC8B844) is known color: Old Gold. HEX triplet: C8, B8 and 44. RGB value is (200,184,68). Sum of RGB (Red+Green+Blue) = 200+184+68=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B844 is #3747BB. Grayscale: #B0B0B0. Windows color (decimal): -3622844 or 4503752. OLE color: 4503752.
HSL color Cylindrical-coordinate representation of color #C8B844: hue angle of 52.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8B844 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 68 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.22 |
| HSL | 52.73º | 0.55% | 0.53% | - |
| HSV(B) | 52.73º | 0.66% | 0.78% | - |
| XYZ | 42 | 46.98 | 12.32 | - |
| YUV | 175.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 68 | 0 | 0.08 | 0.66 | 0.22 | 52.73 | 0.55 | 0.53 |
| Hex | C8 | B8 | 44 | 0 | 8 | 42 | 16 | 35 | 37 | 35 |
| Octal | 310 | 270 | 104 | 0 | 10 | 102 | 26 | 65 | 67 | 65 |
| Binary | 11001000 | 10111000 | 1000100 | 0 | 1000 | 1000010 | 10110 | 110101 | 110111 | 110101 |
Color Harmonies of #C8B844
Complementary color
Monochromatic Colors of #C8B844
Black with #C8B844
Text Example
Text Example
White with #C8B844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B844; }
p { color: rgb(200,184,68); }
H1.HeaderClassName
{
color: #C8B844;
}
.AnyTagClassName
{
color: #C8B844;
}
</style>
background-color css
<style>
a { background-color: #C8B844; }
a { background-color: rgb(200,184,68); }
div.DivClassName
{
background-color: #C8B844;
}
.BgClassName
{
background-color: #C8B844;
}
</style>
border-color css
<style>
span { border-color: #C8B844; }
span { border-color: rgb(200,184,68); }
td.TdClassName
{
border-color: #C8B844;
}
.TagClassName
{
border-color: #C8B844;
}
</style>