Shades of Old Gold #D9BA44
Tints of Old Gold #D9BA44
RGB
CMYK
RGB Variations
Color information
#D9BA44 (or 0xD9BA44) is known color: Old Gold. HEX triplet: D9, BA and 44. RGB value is (217,186,68). Sum of RGB (Red+Green+Blue) = 217+186+68=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA44 is #2645BB. Grayscale: #B6B6B6. Windows color (decimal): -2508220 or 4504281. OLE color: 4504281.
HSL color Cylindrical-coordinate representation of color #D9BA44: hue angle of 47.52º 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 #D9BA44 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 68 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.15 |
| HSL | 47.52º | 0.66% | 0.56% | - |
| HSV(B) | 47.52º | 0.69% | 0.85% | - |
| XYZ | 47.22 | 50.29 | 12.69 | - |
| YUV | 181.82 | 63.77 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 68 | 0 | 0.14 | 0.69 | 0.15 | 47.52 | 0.66 | 0.56 |
| Hex | D9 | BA | 44 | 0 | E | 45 | F | 30 | 42 | 38 |
| Octal | 331 | 272 | 104 | 0 | 16 | 105 | 17 | 60 | 102 | 70 |
| Binary | 11011001 | 10111010 | 1000100 | 0 | 1110 | 1000101 | 1111 | 110000 | 1000010 | 111000 |
Color Harmonies of #D9BA44
Complementary color
Monochromatic Colors of #D9BA44
Black with #D9BA44
Text Example
Text Example
White with #D9BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA44; }
p { color: rgb(217,186,68); }
H1.HeaderClassName
{
color: #D9BA44;
}
.AnyTagClassName
{
color: #D9BA44;
}
</style>
background-color css
<style>
a { background-color: #D9BA44; }
a { background-color: rgb(217,186,68); }
div.DivClassName
{
background-color: #D9BA44;
}
.BgClassName
{
background-color: #D9BA44;
}
</style>
border-color css
<style>
span { border-color: #D9BA44; }
span { border-color: rgb(217,186,68); }
td.TdClassName
{
border-color: #D9BA44;
}
.TagClassName
{
border-color: #D9BA44;
}
</style>