Shades of Old Gold #D9BA39
Tints of Old Gold #D9BA39
RGB
CMYK
RGB Variations
Color information
#D9BA39 (or 0xD9BA39) is known color: Old Gold. HEX triplet: D9, BA and 39. RGB value is (217,186,57). Sum of RGB (Red+Green+Blue) = 217+186+57=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 57 (22.66% from 255 or 12.39% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA39 is #2645C6. Grayscale: #B5B5B5. Windows color (decimal): -2508231 or 3783385. OLE color: 3783385.
HSL color Cylindrical-coordinate representation of color #D9BA39: hue angle of 48.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9BA39 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 57 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.15 |
| HSL | 48.38º | 0.68% | 0.54% | - |
| HSV(B) | 48.38º | 0.74% | 0.85% | - |
| XYZ | 46.91 | 50.16 | 11.08 | - |
| YUV | 180.56 | 58.27 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 57 | 0 | 0.14 | 0.74 | 0.15 | 48.38 | 0.68 | 0.54 |
| Hex | D9 | BA | 39 | 0 | E | 4A | F | 30 | 44 | 36 |
| Octal | 331 | 272 | 71 | 0 | 16 | 112 | 17 | 60 | 104 | 66 |
| Binary | 11011001 | 10111010 | 111001 | 0 | 1110 | 1001010 | 1111 | 110000 | 1000100 | 110110 |
Color Harmonies of #D9BA39
Complementary color
Monochromatic Colors of #D9BA39
Black with #D9BA39
Text Example
Text Example
White with #D9BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA39; }
p { color: rgb(217,186,57); }
H1.HeaderClassName
{
color: #D9BA39;
}
.AnyTagClassName
{
color: #D9BA39;
}
</style>
background-color css
<style>
a { background-color: #D9BA39; }
a { background-color: rgb(217,186,57); }
div.DivClassName
{
background-color: #D9BA39;
}
.BgClassName
{
background-color: #D9BA39;
}
</style>
border-color css
<style>
span { border-color: #D9BA39; }
span { border-color: rgb(217,186,57); }
td.TdClassName
{
border-color: #D9BA39;
}
.TagClassName
{
border-color: #D9BA39;
}
</style>