Shades of Sunflower #D8B916
Tints of Sunflower #D8B916
RGB
CMYK
RGB Variations
Color information
#D8B916 (or 0xD8B916) is known color: Sunflower. HEX triplet: D8, B9 and 16. RGB value is (216,185,22). Sum of RGB (Red+Green+Blue) = 216+185+22=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B916 is #2746E9. Grayscale: #B0B0B0. Windows color (decimal): -2574058 or 1489368. OLE color: 1489368.
HSL color Cylindrical-coordinate representation of color #D8B916: hue angle of 50.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8B916 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.15 |
| HSL | 50.41º | 0.82% | 0.47% | - |
| HSV(B) | 50.41º | 0.9% | 0.85% | - |
| XYZ | 45.81 | 49.35 | 7.87 | - |
| YUV | 175.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 22 | 0 | 0.14 | 0.90 | 0.15 | 50.41 | 0.82 | 0.47 |
| Hex | D8 | B9 | 16 | 0 | E | 5A | F | 32 | 52 | 2F |
| Octal | 330 | 271 | 26 | 0 | 16 | 132 | 17 | 62 | 122 | 57 |
| Binary | 11011000 | 10111001 | 10110 | 0 | 1110 | 1011010 | 1111 | 110010 | 1010010 | 101111 |
Color Harmonies of #D8B916
Complementary color
Monochromatic Colors of #D8B916
Black with #D8B916
Text Example
Text Example
White with #D8B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B916; }
p { color: rgb(216,185,22); }
H1.HeaderClassName
{
color: #D8B916;
}
.AnyTagClassName
{
color: #D8B916;
}
</style>
background-color css
<style>
a { background-color: #D8B916; }
a { background-color: rgb(216,185,22); }
div.DivClassName
{
background-color: #D8B916;
}
.BgClassName
{
background-color: #D8B916;
}
</style>
border-color css
<style>
span { border-color: #D8B916; }
span { border-color: rgb(216,185,22); }
td.TdClassName
{
border-color: #D8B916;
}
.TagClassName
{
border-color: #D8B916;
}
</style>