Shades of Old Gold #D9BC31
Tints of Old Gold #D9BC31
RGB
CMYK
RGB Variations
Color information
#D9BC31 (or 0xD9BC31) is known color: Old Gold. HEX triplet: D9, BC and 31. RGB value is (217,188,49). Sum of RGB (Red+Green+Blue) = 217+188+49=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC31 is #2643CE. Grayscale: #B5B5B5. Windows color (decimal): -2507727 or 3259609. OLE color: 3259609.
HSL color Cylindrical-coordinate representation of color #D9BC31: hue angle of 49.64º degrees, saturation: 0.69, 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 #D9BC31 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 49 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.15 |
| HSL | 49.64º | 0.69% | 0.52% | - |
| HSV(B) | 49.64º | 0.77% | 0.85% | - |
| XYZ | 47.15 | 50.94 | 10.25 | - |
| YUV | 180.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 49 | 0 | 0.13 | 0.77 | 0.15 | 49.64 | 0.69 | 0.52 |
| Hex | D9 | BC | 31 | 0 | D | 4D | F | 32 | 45 | 34 |
| Octal | 331 | 274 | 61 | 0 | 15 | 115 | 17 | 62 | 105 | 64 |
| Binary | 11011001 | 10111100 | 110001 | 0 | 1101 | 1001101 | 1111 | 110010 | 1000101 | 110100 |
Color Harmonies of #D9BC31
Complementary color
Monochromatic Colors of #D9BC31
Black with #D9BC31
Text Example
Text Example
White with #D9BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC31; }
p { color: rgb(217,188,49); }
H1.HeaderClassName
{
color: #D9BC31;
}
.AnyTagClassName
{
color: #D9BC31;
}
</style>
background-color css
<style>
a { background-color: #D9BC31; }
a { background-color: rgb(217,188,49); }
div.DivClassName
{
background-color: #D9BC31;
}
.BgClassName
{
background-color: #D9BC31;
}
</style>
border-color css
<style>
span { border-color: #D9BC31; }
span { border-color: rgb(217,188,49); }
td.TdClassName
{
border-color: #D9BC31;
}
.TagClassName
{
border-color: #D9BC31;
}
</style>