Shades of Old Gold #D8BD31
Tints of Old Gold #D8BD31
RGB
CMYK
RGB Variations
Color information
#D8BD31 (or 0xD8BD31) is known color: Old Gold. HEX triplet: D8, BD and 31. RGB value is (216,189,49). Sum of RGB (Red+Green+Blue) = 216+189+49=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD31 is #2742CE. Grayscale: #B5B5B5. Windows color (decimal): -2573007 or 3259864. OLE color: 3259864.
HSL color Cylindrical-coordinate representation of color #D8BD31: hue angle of 50.3º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8BD31 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 49 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.15 |
| HSL | 50.3º | 0.68% | 0.52% | - |
| HSV(B) | 50.3º | 0.77% | 0.85% | - |
| XYZ | 47.07 | 51.22 | 10.31 | - |
| YUV | 181.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 49 | 0 | 0.12 | 0.77 | 0.15 | 50.3 | 0.68 | 0.52 |
| Hex | D8 | BD | 31 | 0 | C | 4D | F | 32 | 44 | 34 |
| Octal | 330 | 275 | 61 | 0 | 14 | 115 | 17 | 62 | 104 | 64 |
| Binary | 11011000 | 10111101 | 110001 | 0 | 1100 | 1001101 | 1111 | 110010 | 1000100 | 110100 |
Color Harmonies of #D8BD31
Complementary color
Monochromatic Colors of #D8BD31
Black with #D8BD31
Text Example
Text Example
White with #D8BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD31; }
p { color: rgb(216,189,49); }
H1.HeaderClassName
{
color: #D8BD31;
}
.AnyTagClassName
{
color: #D8BD31;
}
</style>
background-color css
<style>
a { background-color: #D8BD31; }
a { background-color: rgb(216,189,49); }
div.DivClassName
{
background-color: #D8BD31;
}
.BgClassName
{
background-color: #D8BD31;
}
</style>
border-color css
<style>
span { border-color: #D8BD31; }
span { border-color: rgb(216,189,49); }
td.TdClassName
{
border-color: #D8BD31;
}
.TagClassName
{
border-color: #D8BD31;
}
</style>