Shades of Old Gold #D9BC3C
Tints of Old Gold #D9BC3C
RGB
CMYK
RGB Variations
Color information
#D9BC3C (or 0xD9BC3C) is known color: Old Gold. HEX triplet: D9, BC and 3C. RGB value is (217,188,60). Sum of RGB (Red+Green+Blue) = 217+188+60=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC3C is #2643C3. Grayscale: #B6B6B6. Windows color (decimal): -2507716 or 3980505. OLE color: 3980505.
HSL color Cylindrical-coordinate representation of color #D9BC3C: hue angle of 48.92º 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 #D9BC3C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 60 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.15 |
| HSL | 48.92º | 0.67% | 0.54% | - |
| HSV(B) | 48.92º | 0.72% | 0.85% | - |
| XYZ | 47.41 | 51.04 | 11.63 | - |
| YUV | 182.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 60 | 0 | 0.13 | 0.72 | 0.15 | 48.92 | 0.67 | 0.54 |
| Hex | D9 | BC | 3C | 0 | D | 48 | F | 31 | 43 | 36 |
| Octal | 331 | 274 | 74 | 0 | 15 | 110 | 17 | 61 | 103 | 66 |
| Binary | 11011001 | 10111100 | 111100 | 0 | 1101 | 1001000 | 1111 | 110001 | 1000011 | 110110 |
Color Harmonies of #D9BC3C
Complementary color
Monochromatic Colors of #D9BC3C
Black with #D9BC3C
Text Example
Text Example
White with #D9BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC3C; }
p { color: rgb(217,188,60); }
H1.HeaderClassName
{
color: #D9BC3C;
}
.AnyTagClassName
{
color: #D9BC3C;
}
</style>
background-color css
<style>
a { background-color: #D9BC3C; }
a { background-color: rgb(217,188,60); }
div.DivClassName
{
background-color: #D9BC3C;
}
.BgClassName
{
background-color: #D9BC3C;
}
</style>
border-color css
<style>
span { border-color: #D9BC3C; }
span { border-color: rgb(217,188,60); }
td.TdClassName
{
border-color: #D9BC3C;
}
.TagClassName
{
border-color: #D9BC3C;
}
</style>