Shades of Old Gold #D8BC31
Tints of Old Gold #D8BC31
RGB
CMYK
RGB Variations
Color information
#D8BC31 (or 0xD8BC31) is known color: Old Gold. HEX triplet: D8, BC and 31. RGB value is (216,188,49). Sum of RGB (Red+Green+Blue) = 216+188+49=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC31 is #2743CE. Grayscale: #B5B5B5. Windows color (decimal): -2573263 or 3259608. OLE color: 3259608.
HSL color Cylindrical-coordinate representation of color #D8BC31: hue angle of 49.94º 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 #D8BC31 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 49 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.15 |
| HSL | 49.94º | 0.68% | 0.52% | - |
| HSV(B) | 49.94º | 0.77% | 0.85% | - |
| XYZ | 46.86 | 50.79 | 10.24 | - |
| YUV | 180.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 49 | 0 | 0.13 | 0.77 | 0.15 | 49.94 | 0.68 | 0.52 |
| Hex | D8 | BC | 31 | 0 | D | 4D | F | 32 | 44 | 34 |
| Octal | 330 | 274 | 61 | 0 | 15 | 115 | 17 | 62 | 104 | 64 |
| Binary | 11011000 | 10111100 | 110001 | 0 | 1101 | 1001101 | 1111 | 110010 | 1000100 | 110100 |
Color Harmonies of #D8BC31
Complementary color
Monochromatic Colors of #D8BC31
Black with #D8BC31
Text Example
Text Example
White with #D8BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC31; }
p { color: rgb(216,188,49); }
H1.HeaderClassName
{
color: #D8BC31;
}
.AnyTagClassName
{
color: #D8BC31;
}
</style>
background-color css
<style>
a { background-color: #D8BC31; }
a { background-color: rgb(216,188,49); }
div.DivClassName
{
background-color: #D8BC31;
}
.BgClassName
{
background-color: #D8BC31;
}
</style>
border-color css
<style>
span { border-color: #D8BC31; }
span { border-color: rgb(216,188,49); }
td.TdClassName
{
border-color: #D8BC31;
}
.TagClassName
{
border-color: #D8BC31;
}
</style>