Shades of Old Gold #D8BD40
Tints of Old Gold #D8BD40
RGB
CMYK
RGB Variations
Color information
#D8BD40 (or 0xD8BD40) is known color: Old Gold. HEX triplet: D8, BD and 40. RGB value is (216,189,64). Sum of RGB (Red+Green+Blue) = 216+189+64=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD40 is #2742BF. Grayscale: #B7B7B7. Windows color (decimal): -2572992 or 4242904. OLE color: 4242904.
HSL color Cylindrical-coordinate representation of color #D8BD40: hue angle of 49.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8BD40 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 64 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.15 |
| HSL | 49.34º | 0.66% | 0.55% | - |
| HSV(B) | 49.34º | 0.7% | 0.85% | - |
| XYZ | 47.44 | 51.36 | 12.26 | - |
| YUV | 182.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 64 | 0 | 0.12 | 0.70 | 0.15 | 49.34 | 0.66 | 0.55 |
| Hex | D8 | BD | 40 | 0 | C | 46 | F | 31 | 42 | 37 |
| Octal | 330 | 275 | 100 | 0 | 14 | 106 | 17 | 61 | 102 | 67 |
| Binary | 11011000 | 10111101 | 1000000 | 0 | 1100 | 1000110 | 1111 | 110001 | 1000010 | 110111 |
Color Harmonies of #D8BD40
Complementary color
Monochromatic Colors of #D8BD40
Black with #D8BD40
Text Example
Text Example
White with #D8BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD40; }
p { color: rgb(216,189,64); }
H1.HeaderClassName
{
color: #D8BD40;
}
.AnyTagClassName
{
color: #D8BD40;
}
</style>
background-color css
<style>
a { background-color: #D8BD40; }
a { background-color: rgb(216,189,64); }
div.DivClassName
{
background-color: #D8BD40;
}
.BgClassName
{
background-color: #D8BD40;
}
</style>
border-color css
<style>
span { border-color: #D8BD40; }
span { border-color: rgb(216,189,64); }
td.TdClassName
{
border-color: #D8BD40;
}
.TagClassName
{
border-color: #D8BD40;
}
</style>