Shades of Sunflower #DED10E
Tints of Sunflower #DED10E
RGB
CMYK
RGB Variations
Color information
#DED10E (or 0xDED10E) is known color: Sunflower. HEX triplet: DE, D1 and 0E. RGB value is (222,209,14). Sum of RGB (Red+Green+Blue) = 222+209+14=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DED10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED10E is #212EF1. Grayscale: #BFBFBF. Windows color (decimal): -2174706 or 971230. OLE color: 971230.
HSL color Cylindrical-coordinate representation of color #DED10E: hue angle of 56.25º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DED10E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.13 |
| HSL | 56.25º | 0.88% | 0.46% | - |
| HSV(B) | 56.25º | 0.94% | 0.87% | - |
| XYZ | 53 | 61.16 | 9.43 | - |
| YUV | 190.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 14 | 0 | 0.06 | 0.94 | 0.13 | 56.25 | 0.88 | 0.46 |
| Hex | DE | D1 | E | 0 | 6 | 5E | D | 38 | 58 | 2E |
| Octal | 336 | 321 | 16 | 0 | 6 | 136 | 15 | 70 | 130 | 56 |
| Binary | 11011110 | 11010001 | 1110 | 0 | 110 | 1011110 | 1101 | 111000 | 1011000 | 101110 |
Color Harmonies of #DED10E
Complementary color
Monochromatic Colors of #DED10E
Black with #DED10E
Text Example
Text Example
White with #DED10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED10E; }
p { color: rgb(222,209,14); }
H1.HeaderClassName
{
color: #DED10E;
}
.AnyTagClassName
{
color: #DED10E;
}
</style>
background-color css
<style>
a { background-color: #DED10E; }
a { background-color: rgb(222,209,14); }
div.DivClassName
{
background-color: #DED10E;
}
.BgClassName
{
background-color: #DED10E;
}
</style>
border-color css
<style>
span { border-color: #DED10E; }
span { border-color: rgb(222,209,14); }
td.TdClassName
{
border-color: #DED10E;
}
.TagClassName
{
border-color: #DED10E;
}
</style>