Shades of Old Gold #D9B93C
Tints of Old Gold #D9B93C
RGB
CMYK
RGB Variations
Color information
#D9B93C (or 0xD9B93C) is known color: Old Gold. HEX triplet: D9, B9 and 3C. RGB value is (217,185,60). Sum of RGB (Red+Green+Blue) = 217+185+60=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B93C is #2646C3. Grayscale: #B4B4B4. Windows color (decimal): -2508484 or 3979737. OLE color: 3979737.
HSL color Cylindrical-coordinate representation of color #D9B93C: hue angle of 47.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9B93C is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 60 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.15 |
| HSL | 47.77º | 0.67% | 0.54% | - |
| HSV(B) | 47.77º | 0.72% | 0.85% | - |
| XYZ | 46.78 | 49.78 | 11.42 | - |
| YUV | 180.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 60 | 0 | 0.15 | 0.72 | 0.15 | 47.77 | 0.67 | 0.54 |
| Hex | D9 | B9 | 3C | 0 | F | 48 | F | 30 | 43 | 36 |
| Octal | 331 | 271 | 74 | 0 | 17 | 110 | 17 | 60 | 103 | 66 |
| Binary | 11011001 | 10111001 | 111100 | 0 | 1111 | 1001000 | 1111 | 110000 | 1000011 | 110110 |
Color Harmonies of #D9B93C
Complementary color
Monochromatic Colors of #D9B93C
Black with #D9B93C
Text Example
Text Example
White with #D9B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B93C; }
p { color: rgb(217,185,60); }
H1.HeaderClassName
{
color: #D9B93C;
}
.AnyTagClassName
{
color: #D9B93C;
}
</style>
background-color css
<style>
a { background-color: #D9B93C; }
a { background-color: rgb(217,185,60); }
div.DivClassName
{
background-color: #D9B93C;
}
.BgClassName
{
background-color: #D9B93C;
}
</style>
border-color css
<style>
span { border-color: #D9B93C; }
span { border-color: rgb(217,185,60); }
td.TdClassName
{
border-color: #D9B93C;
}
.TagClassName
{
border-color: #D9B93C;
}
</style>