Shades of Old Gold #C8B82D
Tints of Old Gold #C8B82D
RGB
CMYK
RGB Variations
Color information
#C8B82D (or 0xC8B82D) is known color: Old Gold. HEX triplet: C8, B8 and 2D. RGB value is (200,184,45). Sum of RGB (Red+Green+Blue) = 200+184+45=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B82D is #3747D2. Grayscale: #ADADAD. Windows color (decimal): -3622867 or 2996424. OLE color: 2996424.
HSL color Cylindrical-coordinate representation of color #C8B82D: hue angle of 53.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8B82D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 45 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.22 |
| HSL | 53.81º | 0.63% | 0.48% | - |
| HSV(B) | 53.81º | 0.78% | 0.78% | - |
| XYZ | 41.43 | 46.75 | 9.32 | - |
| YUV | 172.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 45 | 0 | 0.08 | 0.78 | 0.22 | 53.81 | 0.63 | 0.48 |
| Hex | C8 | B8 | 2D | 0 | 8 | 4E | 16 | 36 | 3F | 30 |
| Octal | 310 | 270 | 55 | 0 | 10 | 116 | 26 | 66 | 77 | 60 |
| Binary | 11001000 | 10111000 | 101101 | 0 | 1000 | 1001110 | 10110 | 110110 | 111111 | 110000 |
Color Harmonies of #C8B82D
Complementary color
Monochromatic Colors of #C8B82D
Black with #C8B82D
Text Example
Text Example
White with #C8B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B82D; }
p { color: rgb(200,184,45); }
H1.HeaderClassName
{
color: #C8B82D;
}
.AnyTagClassName
{
color: #C8B82D;
}
</style>
background-color css
<style>
a { background-color: #C8B82D; }
a { background-color: rgb(200,184,45); }
div.DivClassName
{
background-color: #C8B82D;
}
.BgClassName
{
background-color: #C8B82D;
}
</style>
border-color css
<style>
span { border-color: #C8B82D; }
span { border-color: rgb(200,184,45); }
td.TdClassName
{
border-color: #C8B82D;
}
.TagClassName
{
border-color: #C8B82D;
}
</style>