Shades of Gold Tips #D9BC29
Tints of Gold Tips #D9BC29
RGB
CMYK
RGB Variations
Color information
#D9BC29 (or 0xD9BC29) is known color: Gold Tips. HEX triplet: D9, BC and 29. RGB value is (217,188,41). Sum of RGB (Red+Green+Blue) = 217+188+41=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC29 is #2643D6. Grayscale: #B4B4B4. Windows color (decimal): -2507735 or 2735321. OLE color: 2735321.
HSL color Cylindrical-coordinate representation of color #D9BC29: hue angle of 50.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9BC29 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 41 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.15 |
| HSL | 50.11º | 0.7% | 0.51% | - |
| HSV(B) | 50.11º | 0.81% | 0.85% | - |
| XYZ | 47 | 50.88 | 9.44 | - |
| YUV | 179.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 41 | 0 | 0.13 | 0.81 | 0.15 | 50.11 | 0.7 | 0.51 |
| Hex | D9 | BC | 29 | 0 | D | 51 | F | 32 | 46 | 33 |
| Octal | 331 | 274 | 51 | 0 | 15 | 121 | 17 | 62 | 106 | 63 |
| Binary | 11011001 | 10111100 | 101001 | 0 | 1101 | 1010001 | 1111 | 110010 | 1000110 | 110011 |
Color Harmonies of #D9BC29
Complementary color
Monochromatic Colors of #D9BC29
Black with #D9BC29
Text Example
Text Example
White with #D9BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC29; }
p { color: rgb(217,188,41); }
H1.HeaderClassName
{
color: #D9BC29;
}
.AnyTagClassName
{
color: #D9BC29;
}
</style>
background-color css
<style>
a { background-color: #D9BC29; }
a { background-color: rgb(217,188,41); }
div.DivClassName
{
background-color: #D9BC29;
}
.BgClassName
{
background-color: #D9BC29;
}
</style>
border-color css
<style>
span { border-color: #D9BC29; }
span { border-color: rgb(217,188,41); }
td.TdClassName
{
border-color: #D9BC29;
}
.TagClassName
{
border-color: #D9BC29;
}
</style>