Shades of Old Gold #D9BB33
Tints of Old Gold #D9BB33
RGB
CMYK
RGB Variations
Color information
#D9BB33 (or 0xD9BB33) is known color: Old Gold. HEX triplet: D9, BB and 33. RGB value is (217,187,51). Sum of RGB (Red+Green+Blue) = 217+187+51=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BB33 is #2644CC. Grayscale: #B5B5B5. Windows color (decimal): -2507981 or 3390425. OLE color: 3390425.
HSL color Cylindrical-coordinate representation of color #D9BB33: hue angle of 49.16º degrees, saturation: 0.69, 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 #D9BB33 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 51 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.15 |
| HSL | 49.16º | 0.69% | 0.53% | - |
| HSV(B) | 49.16º | 0.76% | 0.85% | - |
| XYZ | 46.98 | 50.53 | 10.41 | - |
| YUV | 180.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 51 | 0 | 0.14 | 0.76 | 0.15 | 49.16 | 0.69 | 0.53 |
| Hex | D9 | BB | 33 | 0 | E | 4C | F | 31 | 45 | 35 |
| Octal | 331 | 273 | 63 | 0 | 16 | 114 | 17 | 61 | 105 | 65 |
| Binary | 11011001 | 10111011 | 110011 | 0 | 1110 | 1001100 | 1111 | 110001 | 1000101 | 110101 |
Color Harmonies of #D9BB33
Complementary color
Monochromatic Colors of #D9BB33
Black with #D9BB33
Text Example
Text Example
White with #D9BB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB33; }
p { color: rgb(217,187,51); }
H1.HeaderClassName
{
color: #D9BB33;
}
.AnyTagClassName
{
color: #D9BB33;
}
</style>
background-color css
<style>
a { background-color: #D9BB33; }
a { background-color: rgb(217,187,51); }
div.DivClassName
{
background-color: #D9BB33;
}
.BgClassName
{
background-color: #D9BB33;
}
</style>
border-color css
<style>
span { border-color: #D9BB33; }
span { border-color: rgb(217,187,51); }
td.TdClassName
{
border-color: #D9BB33;
}
.TagClassName
{
border-color: #D9BB33;
}
</style>