Shades of Old Gold #C8BD4A
Tints of Old Gold #C8BD4A
RGB
CMYK
RGB Variations
Color information
#C8BD4A (or 0xC8BD4A) is known color: Old Gold. HEX triplet: C8, BD and 4A. RGB value is (200,189,74). Sum of RGB (Red+Green+Blue) = 200+189+74=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD4A is #3742B5. Grayscale: #B3B3B3. Windows color (decimal): -3621558 or 4898248. OLE color: 4898248.
HSL color Cylindrical-coordinate representation of color #C8BD4A: hue angle of 54.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8BD4A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 74 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.22 |
| HSL | 54.76º | 0.53% | 0.54% | - |
| HSV(B) | 54.76º | 0.63% | 0.78% | - |
| XYZ | 43.25 | 49.17 | 13.69 | - |
| YUV | 179.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 74 | 0 | 0.06 | 0.63 | 0.22 | 54.76 | 0.53 | 0.54 |
| Hex | C8 | BD | 4A | 0 | 6 | 3F | 16 | 37 | 35 | 36 |
| Octal | 310 | 275 | 112 | 0 | 6 | 77 | 26 | 67 | 65 | 66 |
| Binary | 11001000 | 10111101 | 1001010 | 0 | 110 | 111111 | 10110 | 110111 | 110101 | 110110 |
Color Harmonies of #C8BD4A
Complementary color
Monochromatic Colors of #C8BD4A
Black with #C8BD4A
Text Example
Text Example
White with #C8BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD4A; }
p { color: rgb(200,189,74); }
H1.HeaderClassName
{
color: #C8BD4A;
}
.AnyTagClassName
{
color: #C8BD4A;
}
</style>
background-color css
<style>
a { background-color: #C8BD4A; }
a { background-color: rgb(200,189,74); }
div.DivClassName
{
background-color: #C8BD4A;
}
.BgClassName
{
background-color: #C8BD4A;
}
</style>
border-color css
<style>
span { border-color: #C8BD4A; }
span { border-color: rgb(200,189,74); }
td.TdClassName
{
border-color: #C8BD4A;
}
.TagClassName
{
border-color: #C8BD4A;
}
</style>