Shades of Sunflower #D9B007
Tints of Sunflower #D9B007
RGB
CMYK
RGB Variations
Color information
#D9B007 (or 0xD9B007) is known color: Sunflower. HEX triplet: D9, B0 and 07. RGB value is (217,176,7). Sum of RGB (Red+Green+Blue) = 217+176+7=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B007 is #264FF8. Grayscale: #A9A9A9. Windows color (decimal): -2510841 or 504025. OLE color: 504025.
HSL color Cylindrical-coordinate representation of color #D9B007: hue angle of 48.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9B007 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.15 |
| HSL | 48.29º | 0.94% | 0.44% | - |
| HSV(B) | 48.29º | 0.97% | 0.85% | - |
| XYZ | 44.18 | 45.82 | 6.72 | - |
| YUV | 168.99 | 36.58 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 7 | 0 | 0.19 | 0.97 | 0.15 | 48.29 | 0.94 | 0.44 |
| Hex | D9 | B0 | 7 | 0 | 13 | 61 | F | 30 | 5E | 2C |
| Octal | 331 | 260 | 7 | 0 | 23 | 141 | 17 | 60 | 136 | 54 |
| Binary | 11011001 | 10110000 | 111 | 0 | 10011 | 1100001 | 1111 | 110000 | 1011110 | 101100 |
Color Harmonies of #D9B007
Complementary color
Monochromatic Colors of #D9B007
Black with #D9B007
Text Example
Text Example
White with #D9B007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B007; }
p { color: rgb(217,176,7); }
H1.HeaderClassName
{
color: #D9B007;
}
.AnyTagClassName
{
color: #D9B007;
}
</style>
background-color css
<style>
a { background-color: #D9B007; }
a { background-color: rgb(217,176,7); }
div.DivClassName
{
background-color: #D9B007;
}
.BgClassName
{
background-color: #D9B007;
}
</style>
border-color css
<style>
span { border-color: #D9B007; }
span { border-color: rgb(217,176,7); }
td.TdClassName
{
border-color: #D9B007;
}
.TagClassName
{
border-color: #D9B007;
}
</style>