Shades of Old Gold #D9BC34
Tints of Old Gold #D9BC34
RGB
CMYK
RGB Variations
Color information
#D9BC34 (or 0xD9BC34) is known color: Old Gold. HEX triplet: D9, BC and 34. RGB value is (217,188,52). Sum of RGB (Red+Green+Blue) = 217+188+52=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC34 is #2643CB. Grayscale: #B5B5B5. Windows color (decimal): -2507724 or 3456217. OLE color: 3456217.
HSL color Cylindrical-coordinate representation of color #D9BC34: hue angle of 49.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9BC34 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 52 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.15 |
| HSL | 49.45º | 0.68% | 0.53% | - |
| HSV(B) | 49.45º | 0.76% | 0.85% | - |
| XYZ | 47.22 | 50.97 | 10.6 | - |
| YUV | 181.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 52 | 0 | 0.13 | 0.76 | 0.15 | 49.45 | 0.68 | 0.53 |
| Hex | D9 | BC | 34 | 0 | D | 4C | F | 31 | 44 | 35 |
| Octal | 331 | 274 | 64 | 0 | 15 | 114 | 17 | 61 | 104 | 65 |
| Binary | 11011001 | 10111100 | 110100 | 0 | 1101 | 1001100 | 1111 | 110001 | 1000100 | 110101 |
Color Harmonies of #D9BC34
Complementary color
Monochromatic Colors of #D9BC34
Black with #D9BC34
Text Example
Text Example
White with #D9BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC34; }
p { color: rgb(217,188,52); }
H1.HeaderClassName
{
color: #D9BC34;
}
.AnyTagClassName
{
color: #D9BC34;
}
</style>
background-color css
<style>
a { background-color: #D9BC34; }
a { background-color: rgb(217,188,52); }
div.DivClassName
{
background-color: #D9BC34;
}
.BgClassName
{
background-color: #D9BC34;
}
</style>
border-color css
<style>
span { border-color: #D9BC34; }
span { border-color: rgb(217,188,52); }
td.TdClassName
{
border-color: #D9BC34;
}
.TagClassName
{
border-color: #D9BC34;
}
</style>