Shades of Gold Tips #D9BC2D
Tints of Gold Tips #D9BC2D
RGB
CMYK
RGB Variations
Color information
#D9BC2D (or 0xD9BC2D) is known color: Gold Tips. HEX triplet: D9, BC and 2D. RGB value is (217,188,45). Sum of RGB (Red+Green+Blue) = 217+188+45=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC2D is #2643D2. Grayscale: #B4B4B4. Windows color (decimal): -2507731 or 2997465. OLE color: 2997465.
HSL color Cylindrical-coordinate representation of color #D9BC2D: hue angle of 49.88º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9BC2D is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 45 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.15 |
| HSL | 49.88º | 0.69% | 0.51% | - |
| HSV(B) | 49.88º | 0.79% | 0.85% | - |
| XYZ | 47.07 | 50.91 | 9.83 | - |
| YUV | 180.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 45 | 0 | 0.13 | 0.79 | 0.15 | 49.88 | 0.69 | 0.51 |
| Hex | D9 | BC | 2D | 0 | D | 4F | F | 32 | 45 | 33 |
| Octal | 331 | 274 | 55 | 0 | 15 | 117 | 17 | 62 | 105 | 63 |
| Binary | 11011001 | 10111100 | 101101 | 0 | 1101 | 1001111 | 1111 | 110010 | 1000101 | 110011 |
Color Harmonies of #D9BC2D
Complementary color
Monochromatic Colors of #D9BC2D
Black with #D9BC2D
Text Example
Text Example
White with #D9BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC2D; }
p { color: rgb(217,188,45); }
H1.HeaderClassName
{
color: #D9BC2D;
}
.AnyTagClassName
{
color: #D9BC2D;
}
</style>
background-color css
<style>
a { background-color: #D9BC2D; }
a { background-color: rgb(217,188,45); }
div.DivClassName
{
background-color: #D9BC2D;
}
.BgClassName
{
background-color: #D9BC2D;
}
</style>
border-color css
<style>
span { border-color: #D9BC2D; }
span { border-color: rgb(217,188,45); }
td.TdClassName
{
border-color: #D9BC2D;
}
.TagClassName
{
border-color: #D9BC2D;
}
</style>