Shades of Sunflower #D8B616
Tints of Sunflower #D8B616
RGB
CMYK
RGB Variations
Color information
#D8B616 (or 0xD8B616) is known color: Sunflower. HEX triplet: D8, B6 and 16. RGB value is (216,182,22). Sum of RGB (Red+Green+Blue) = 216+182+22=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B616 is #2749E9. Grayscale: #AEAEAE. Windows color (decimal): -2574826 or 1488600. OLE color: 1488600.
HSL color Cylindrical-coordinate representation of color #D8B616: hue angle of 49.48º 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 #D8B616 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 182 | 22 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.15 |
| HSL | 49.48º | 0.82% | 0.47% | - |
| HSV(B) | 49.48º | 0.9% | 0.85% | - |
| XYZ | 45.19 | 48.11 | 7.66 | - |
| YUV | 173.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 182 | 22 | 0 | 0.16 | 0.90 | 0.15 | 49.48 | 0.82 | 0.47 |
| Hex | D8 | B6 | 16 | 0 | 10 | 5A | F | 31 | 52 | 2F |
| Octal | 330 | 266 | 26 | 0 | 20 | 132 | 17 | 61 | 122 | 57 |
| Binary | 11011000 | 10110110 | 10110 | 0 | 10000 | 1011010 | 1111 | 110001 | 1010010 | 101111 |
Color Harmonies of #D8B616
Complementary color
Monochromatic Colors of #D8B616
Black with #D8B616
Text Example
Text Example
White with #D8B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B616; }
p { color: rgb(216,182,22); }
H1.HeaderClassName
{
color: #D8B616;
}
.AnyTagClassName
{
color: #D8B616;
}
</style>
background-color css
<style>
a { background-color: #D8B616; }
a { background-color: rgb(216,182,22); }
div.DivClassName
{
background-color: #D8B616;
}
.BgClassName
{
background-color: #D8B616;
}
</style>
border-color css
<style>
span { border-color: #D8B616; }
span { border-color: rgb(216,182,22); }
td.TdClassName
{
border-color: #D8B616;
}
.TagClassName
{
border-color: #D8B616;
}
</style>