Shades of Sunflower #D9B10D
Tints of Sunflower #D9B10D
RGB
CMYK
RGB Variations
Color information
#D9B10D (or 0xD9B10D) is known color: Sunflower. HEX triplet: D9, B1 and 0D. RGB value is (217,177,13). Sum of RGB (Red+Green+Blue) = 217+177+13=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B10D is #264EF2. Grayscale: #AAAAAA. Windows color (decimal): -2510579 or 897497. OLE color: 897497.
HSL color Cylindrical-coordinate representation of color #D9B10D: hue angle of 48.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9B10D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.15 |
| HSL | 48.24º | 0.89% | 0.45% | - |
| HSV(B) | 48.24º | 0.94% | 0.85% | - |
| XYZ | 44.41 | 46.23 | 6.96 | - |
| YUV | 170.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 13 | 0 | 0.18 | 0.94 | 0.15 | 48.24 | 0.89 | 0.45 |
| Hex | D9 | B1 | D | 0 | 12 | 5E | F | 30 | 59 | 2D |
| Octal | 331 | 261 | 15 | 0 | 22 | 136 | 17 | 60 | 131 | 55 |
| Binary | 11011001 | 10110001 | 1101 | 0 | 10010 | 1011110 | 1111 | 110000 | 1011001 | 101101 |
Color Harmonies of #D9B10D
Complementary color
Monochromatic Colors of #D9B10D
Black with #D9B10D
Text Example
Text Example
White with #D9B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B10D; }
p { color: rgb(217,177,13); }
H1.HeaderClassName
{
color: #D9B10D;
}
.AnyTagClassName
{
color: #D9B10D;
}
</style>
background-color css
<style>
a { background-color: #D9B10D; }
a { background-color: rgb(217,177,13); }
div.DivClassName
{
background-color: #D9B10D;
}
.BgClassName
{
background-color: #D9B10D;
}
</style>
border-color css
<style>
span { border-color: #D9B10D; }
span { border-color: rgb(217,177,13); }
td.TdClassName
{
border-color: #D9B10D;
}
.TagClassName
{
border-color: #D9B10D;
}
</style>