Shades of Old Gold #D9B744
Tints of Old Gold #D9B744
RGB
CMYK
RGB Variations
Color information
#D9B744 (or 0xD9B744) is known color: Old Gold. HEX triplet: D9, B7 and 44. RGB value is (217,183,68). Sum of RGB (Red+Green+Blue) = 217+183+68=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B744 is #2648BB. Grayscale: #B4B4B4. Windows color (decimal): -2508988 or 4503513. OLE color: 4503513.
HSL color Cylindrical-coordinate representation of color #D9B744: hue angle of 46.31º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9B744 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 68 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.15 |
| HSL | 46.31º | 0.66% | 0.56% | - |
| HSV(B) | 46.31º | 0.69% | 0.85% | - |
| XYZ | 46.59 | 49.04 | 12.48 | - |
| YUV | 180.06 | 64.76 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 68 | 0 | 0.16 | 0.69 | 0.15 | 46.31 | 0.66 | 0.56 |
| Hex | D9 | B7 | 44 | 0 | 10 | 45 | F | 2E | 42 | 38 |
| Octal | 331 | 267 | 104 | 0 | 20 | 105 | 17 | 56 | 102 | 70 |
| Binary | 11011001 | 10110111 | 1000100 | 0 | 10000 | 1000101 | 1111 | 101110 | 1000010 | 111000 |
Color Harmonies of #D9B744
Complementary color
Monochromatic Colors of #D9B744
Black with #D9B744
Text Example
Text Example
White with #D9B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B744; }
p { color: rgb(217,183,68); }
H1.HeaderClassName
{
color: #D9B744;
}
.AnyTagClassName
{
color: #D9B744;
}
</style>
background-color css
<style>
a { background-color: #D9B744; }
a { background-color: rgb(217,183,68); }
div.DivClassName
{
background-color: #D9B744;
}
.BgClassName
{
background-color: #D9B744;
}
</style>
border-color css
<style>
span { border-color: #D9B744; }
span { border-color: rgb(217,183,68); }
td.TdClassName
{
border-color: #D9B744;
}
.TagClassName
{
border-color: #D9B744;
}
</style>