Shades of Gold Tips #D9B727
Tints of Gold Tips #D9B727
RGB
CMYK
RGB Variations
Color information
#D9B727 (or 0xD9B727) is known color: Gold Tips. HEX triplet: D9, B7 and 27. RGB value is (217,183,39). Sum of RGB (Red+Green+Blue) = 217+183+39=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9B727 is #2648D8. Grayscale: #B1B1B1. Windows color (decimal): -2509017 or 2602969. OLE color: 2602969.
HSL color Cylindrical-coordinate representation of color #D9B727: hue angle of 48.54º 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 #D9B727 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 39 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.15 |
| HSL | 48.54º | 0.7% | 0.5% | - |
| HSV(B) | 48.54º | 0.82% | 0.85% | - |
| XYZ | 45.91 | 48.77 | 8.91 | - |
| YUV | 176.75 | 50.26 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 39 | 0 | 0.16 | 0.82 | 0.15 | 48.54 | 0.7 | 0.5 |
| Hex | D9 | B7 | 27 | 0 | 10 | 52 | F | 31 | 46 | 32 |
| Octal | 331 | 267 | 47 | 0 | 20 | 122 | 17 | 61 | 106 | 62 |
| Binary | 11011001 | 10110111 | 100111 | 0 | 10000 | 1010010 | 1111 | 110001 | 1000110 | 110010 |
Color Harmonies of #D9B727
Complementary color
Monochromatic Colors of #D9B727
Black with #D9B727
Text Example
Text Example
White with #D9B727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B727; }
p { color: rgb(217,183,39); }
H1.HeaderClassName
{
color: #D9B727;
}
.AnyTagClassName
{
color: #D9B727;
}
</style>
background-color css
<style>
a { background-color: #D9B727; }
a { background-color: rgb(217,183,39); }
div.DivClassName
{
background-color: #D9B727;
}
.BgClassName
{
background-color: #D9B727;
}
</style>
border-color css
<style>
span { border-color: #D9B727; }
span { border-color: rgb(217,183,39); }
td.TdClassName
{
border-color: #D9B727;
}
.TagClassName
{
border-color: #D9B727;
}
</style>