Shades of Old Gold #D9BD3C
Tints of Old Gold #D9BD3C
RGB
CMYK
RGB Variations
Color information
#D9BD3C (or 0xD9BD3C) is known color: Old Gold. HEX triplet: D9, BD and 3C. RGB value is (217,189,60). Sum of RGB (Red+Green+Blue) = 217+189+60=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BD3C is #2642C3. Grayscale: #B7B7B7. Windows color (decimal): -2507460 or 3980761. OLE color: 3980761.
HSL color Cylindrical-coordinate representation of color #D9BD3C: hue angle of 49.3º 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 #D9BD3C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 60 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.15 |
| HSL | 49.3º | 0.67% | 0.54% | - |
| HSV(B) | 49.3º | 0.72% | 0.85% | - |
| XYZ | 47.63 | 51.47 | 11.7 | - |
| YUV | 182.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 60 | 0 | 0.13 | 0.72 | 0.15 | 49.3 | 0.67 | 0.54 |
| Hex | D9 | BD | 3C | 0 | D | 48 | F | 31 | 43 | 36 |
| Octal | 331 | 275 | 74 | 0 | 15 | 110 | 17 | 61 | 103 | 66 |
| Binary | 11011001 | 10111101 | 111100 | 0 | 1101 | 1001000 | 1111 | 110001 | 1000011 | 110110 |
Color Harmonies of #D9BD3C
Complementary color
Monochromatic Colors of #D9BD3C
Black with #D9BD3C
Text Example
Text Example
White with #D9BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD3C; }
p { color: rgb(217,189,60); }
H1.HeaderClassName
{
color: #D9BD3C;
}
.AnyTagClassName
{
color: #D9BD3C;
}
</style>
background-color css
<style>
a { background-color: #D9BD3C; }
a { background-color: rgb(217,189,60); }
div.DivClassName
{
background-color: #D9BD3C;
}
.BgClassName
{
background-color: #D9BD3C;
}
</style>
border-color css
<style>
span { border-color: #D9BD3C; }
span { border-color: rgb(217,189,60); }
td.TdClassName
{
border-color: #D9BD3C;
}
.TagClassName
{
border-color: #D9BD3C;
}
</style>