Shades of Gold Tips #D9BE2D
Tints of Gold Tips #D9BE2D
RGB
CMYK
RGB Variations
Color information
#D9BE2D (or 0xD9BE2D) is known color: Gold Tips. HEX triplet: D9, BE and 2D. RGB value is (217,190,45). Sum of RGB (Red+Green+Blue) = 217+190+45=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BE2D is #2641D2. Grayscale: #B6B6B6. Windows color (decimal): -2507219 or 2997977. OLE color: 2997977.
HSL color Cylindrical-coordinate representation of color #D9BE2D: hue angle of 50.58º 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 #D9BE2D is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 45 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.15 |
| HSL | 50.58º | 0.69% | 0.51% | - |
| HSV(B) | 50.58º | 0.79% | 0.85% | - |
| XYZ | 47.5 | 51.77 | 9.97 | - |
| YUV | 181.54 | 50.95 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 45 | 0 | 0.12 | 0.79 | 0.15 | 50.58 | 0.69 | 0.51 |
| Hex | D9 | BE | 2D | 0 | C | 4F | F | 33 | 45 | 33 |
| Octal | 331 | 276 | 55 | 0 | 14 | 117 | 17 | 63 | 105 | 63 |
| Binary | 11011001 | 10111110 | 101101 | 0 | 1100 | 1001111 | 1111 | 110011 | 1000101 | 110011 |
Color Harmonies of #D9BE2D
Complementary color
Monochromatic Colors of #D9BE2D
Black with #D9BE2D
Text Example
Text Example
White with #D9BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE2D; }
p { color: rgb(217,190,45); }
H1.HeaderClassName
{
color: #D9BE2D;
}
.AnyTagClassName
{
color: #D9BE2D;
}
</style>
background-color css
<style>
a { background-color: #D9BE2D; }
a { background-color: rgb(217,190,45); }
div.DivClassName
{
background-color: #D9BE2D;
}
.BgClassName
{
background-color: #D9BE2D;
}
</style>
border-color css
<style>
span { border-color: #D9BE2D; }
span { border-color: rgb(217,190,45); }
td.TdClassName
{
border-color: #D9BE2D;
}
.TagClassName
{
border-color: #D9BE2D;
}
</style>