Shades of Old Gold #C8B82B
Tints of Old Gold #C8B82B
RGB
CMYK
RGB Variations
Color information
#C8B82B (or 0xC8B82B) is known color: Old Gold. HEX triplet: C8, B8 and 2B. RGB value is (200,184,43). Sum of RGB (Red+Green+Blue) = 200+184+43=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B82B is #3747D4. Grayscale: #ADADAD. Windows color (decimal): -3622869 or 2865352. OLE color: 2865352.
HSL color Cylindrical-coordinate representation of color #C8B82B: hue angle of 53.89º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8B82B is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 43 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.22 |
| HSL | 53.89º | 0.65% | 0.48% | - |
| HSV(B) | 53.89º | 0.79% | 0.78% | - |
| XYZ | 41.4 | 46.73 | 9.12 | - |
| YUV | 172.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 43 | 0 | 0.08 | 0.78 | 0.22 | 53.89 | 0.65 | 0.48 |
| Hex | C8 | B8 | 2B | 0 | 8 | 4E | 16 | 36 | 41 | 30 |
| Octal | 310 | 270 | 53 | 0 | 10 | 116 | 26 | 66 | 101 | 60 |
| Binary | 11001000 | 10111000 | 101011 | 0 | 1000 | 1001110 | 10110 | 110110 | 1000001 | 110000 |
Color Harmonies of #C8B82B
Complementary color
Monochromatic Colors of #C8B82B
Black with #C8B82B
Text Example
Text Example
White with #C8B82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B82B; }
p { color: rgb(200,184,43); }
H1.HeaderClassName
{
color: #C8B82B;
}
.AnyTagClassName
{
color: #C8B82B;
}
</style>
background-color css
<style>
a { background-color: #C8B82B; }
a { background-color: rgb(200,184,43); }
div.DivClassName
{
background-color: #C8B82B;
}
.BgClassName
{
background-color: #C8B82B;
}
</style>
border-color css
<style>
span { border-color: #C8B82B; }
span { border-color: rgb(200,184,43); }
td.TdClassName
{
border-color: #C8B82B;
}
.TagClassName
{
border-color: #C8B82B;
}
</style>