Shades of Sunflower #DED016
Tints of Sunflower #DED016
RGB
CMYK
RGB Variations
Color information
#DED016 (or 0xDED016) is known color: Sunflower. HEX triplet: DE, D0 and 16. RGB value is (222,208,22). Sum of RGB (Red+Green+Blue) = 222+208+22=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED016 is #212FE9. Grayscale: #BFBFBF. Windows color (decimal): -2174954 or 1495262. OLE color: 1495262.
HSL color Cylindrical-coordinate representation of color #DED016: hue angle of 55.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DED016 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 22 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.13 |
| HSL | 55.8º | 0.82% | 0.48% | - |
| HSV(B) | 55.8º | 0.9% | 0.87% | - |
| XYZ | 52.82 | 60.7 | 9.69 | - |
| YUV | 190.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 22 | 0 | 0.06 | 0.90 | 0.13 | 55.8 | 0.82 | 0.48 |
| Hex | DE | D0 | 16 | 0 | 6 | 5A | D | 38 | 52 | 30 |
| Octal | 336 | 320 | 26 | 0 | 6 | 132 | 15 | 70 | 122 | 60 |
| Binary | 11011110 | 11010000 | 10110 | 0 | 110 | 1011010 | 1101 | 111000 | 1010010 | 110000 |
Color Harmonies of #DED016
Complementary color
Monochromatic Colors of #DED016
Black with #DED016
Text Example
Text Example
White with #DED016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED016; }
p { color: rgb(222,208,22); }
H1.HeaderClassName
{
color: #DED016;
}
.AnyTagClassName
{
color: #DED016;
}
</style>
background-color css
<style>
a { background-color: #DED016; }
a { background-color: rgb(222,208,22); }
div.DivClassName
{
background-color: #DED016;
}
.BgClassName
{
background-color: #DED016;
}
</style>
border-color css
<style>
span { border-color: #DED016; }
span { border-color: rgb(222,208,22); }
td.TdClassName
{
border-color: #DED016;
}
.TagClassName
{
border-color: #DED016;
}
</style>