Shades of Gold Tips #D9BC2B
Tints of Gold Tips #D9BC2B
RGB
CMYK
RGB Variations
Color information
#D9BC2B (or 0xD9BC2B) is known color: Gold Tips. HEX triplet: D9, BC and 2B. RGB value is (217,188,43). Sum of RGB (Red+Green+Blue) = 217+188+43=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC2B is #2643D4. Grayscale: #B4B4B4. Windows color (decimal): -2507733 or 2866393. OLE color: 2866393.
HSL color Cylindrical-coordinate representation of color #D9BC2B: hue angle of 50º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9BC2B is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 43 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.15 |
| HSL | 50º | 0.7% | 0.51% | - |
| HSV(B) | 50º | 0.8% | 0.85% | - |
| XYZ | 47.03 | 50.89 | 9.63 | - |
| YUV | 180.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 43 | 0 | 0.13 | 0.80 | 0.15 | 50 | 0.7 | 0.51 |
| Hex | D9 | BC | 2B | 0 | D | 50 | F | 32 | 46 | 33 |
| Octal | 331 | 274 | 53 | 0 | 15 | 120 | 17 | 62 | 106 | 63 |
| Binary | 11011001 | 10111100 | 101011 | 0 | 1101 | 1010000 | 1111 | 110010 | 1000110 | 110011 |
Color Harmonies of #D9BC2B
Complementary color
Monochromatic Colors of #D9BC2B
Black with #D9BC2B
Text Example
Text Example
White with #D9BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC2B; }
p { color: rgb(217,188,43); }
H1.HeaderClassName
{
color: #D9BC2B;
}
.AnyTagClassName
{
color: #D9BC2B;
}
</style>
background-color css
<style>
a { background-color: #D9BC2B; }
a { background-color: rgb(217,188,43); }
div.DivClassName
{
background-color: #D9BC2B;
}
.BgClassName
{
background-color: #D9BC2B;
}
</style>
border-color css
<style>
span { border-color: #D9BC2B; }
span { border-color: rgb(217,188,43); }
td.TdClassName
{
border-color: #D9BC2B;
}
.TagClassName
{
border-color: #D9BC2B;
}
</style>