Shades of Sunflower #D8B707
Tints of Sunflower #D8B707
RGB
CMYK
RGB Variations
Color information
#D8B707 (or 0xD8B707) is known color: Sunflower. HEX triplet: D8, B7 and 07. RGB value is (216,183,7). Sum of RGB (Red+Green+Blue) = 216+183+7=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B707 is #2748F8. Grayscale: #ADADAD. Windows color (decimal): -2574585 or 505816. OLE color: 505816.
HSL color Cylindrical-coordinate representation of color #D8B707: hue angle of 50.53º 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 #D8B707 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.15 |
| HSL | 50.53º | 0.94% | 0.44% | - |
| HSV(B) | 50.53º | 0.97% | 0.85% | - |
| XYZ | 45.29 | 48.48 | 7.17 | - |
| YUV | 172.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 7 | 0 | 0.15 | 0.97 | 0.15 | 50.53 | 0.94 | 0.44 |
| Hex | D8 | B7 | 7 | 0 | F | 61 | F | 33 | 5E | 2C |
| Octal | 330 | 267 | 7 | 0 | 17 | 141 | 17 | 63 | 136 | 54 |
| Binary | 11011000 | 10110111 | 111 | 0 | 1111 | 1100001 | 1111 | 110011 | 1011110 | 101100 |
Color Harmonies of #D8B707
Complementary color
Monochromatic Colors of #D8B707
Black with #D8B707
Text Example
Text Example
White with #D8B707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B707; }
p { color: rgb(216,183,7); }
H1.HeaderClassName
{
color: #D8B707;
}
.AnyTagClassName
{
color: #D8B707;
}
</style>
background-color css
<style>
a { background-color: #D8B707; }
a { background-color: rgb(216,183,7); }
div.DivClassName
{
background-color: #D8B707;
}
.BgClassName
{
background-color: #D8B707;
}
</style>
border-color css
<style>
span { border-color: #D8B707; }
span { border-color: rgb(216,183,7); }
td.TdClassName
{
border-color: #D8B707;
}
.TagClassName
{
border-color: #D8B707;
}
</style>