Shades of Gold Tips #D9B328
Tints of Gold Tips #D9B328
RGB
CMYK
RGB Variations
Color information
#D9B328 (or 0xD9B328) is known color: Gold Tips. HEX triplet: D9, B3 and 28. RGB value is (217,179,40). Sum of RGB (Red+Green+Blue) = 217+179+40=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B328 is #264CD7. Grayscale: #AFAFAF. Windows color (decimal): -2510040 or 2667481. OLE color: 2667481.
HSL color Cylindrical-coordinate representation of color #D9B328: hue angle of 47.12º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9B328 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.15 |
| HSL | 47.12º | 0.7% | 0.5% | - |
| HSV(B) | 47.12º | 0.82% | 0.85% | - |
| XYZ | 45.12 | 47.15 | 8.73 | - |
| YUV | 174.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 40 | 0 | 0.18 | 0.82 | 0.15 | 47.12 | 0.7 | 0.5 |
| Hex | D9 | B3 | 28 | 0 | 12 | 52 | F | 2F | 46 | 32 |
| Octal | 331 | 263 | 50 | 0 | 22 | 122 | 17 | 57 | 106 | 62 |
| Binary | 11011001 | 10110011 | 101000 | 0 | 10010 | 1010010 | 1111 | 101111 | 1000110 | 110010 |
Color Harmonies of #D9B328
Complementary color
Monochromatic Colors of #D9B328
Black with #D9B328
Text Example
Text Example
White with #D9B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B328; }
p { color: rgb(217,179,40); }
H1.HeaderClassName
{
color: #D9B328;
}
.AnyTagClassName
{
color: #D9B328;
}
</style>
background-color css
<style>
a { background-color: #D9B328; }
a { background-color: rgb(217,179,40); }
div.DivClassName
{
background-color: #D9B328;
}
.BgClassName
{
background-color: #D9B328;
}
</style>
border-color css
<style>
span { border-color: #D9B328; }
span { border-color: rgb(217,179,40); }
td.TdClassName
{
border-color: #D9B328;
}
.TagClassName
{
border-color: #D9B328;
}
</style>