Shades of Sunflower #DED109
Tints of Sunflower #DED109
RGB
CMYK
RGB Variations
Color information
#DED109 (or 0xDED109) is known color: Sunflower. HEX triplet: DE, D1 and 09. RGB value is (222,209,9). Sum of RGB (Red+Green+Blue) = 222+209+9=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DED109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED109 is #212EF6. Grayscale: #BEBEBE. Windows color (decimal): -2174711 or 643550. OLE color: 643550.
HSL color Cylindrical-coordinate representation of color #DED109: hue angle of 56.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DED109 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.13 |
| HSL | 56.34º | 0.92% | 0.45% | - |
| HSV(B) | 56.34º | 0.96% | 0.87% | - |
| XYZ | 52.97 | 61.15 | 9.27 | - |
| YUV | 190.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 9 | 0 | 0.06 | 0.96 | 0.13 | 56.34 | 0.92 | 0.45 |
| Hex | DE | D1 | 9 | 0 | 6 | 60 | D | 38 | 5C | 2D |
| Octal | 336 | 321 | 11 | 0 | 6 | 140 | 15 | 70 | 134 | 55 |
| Binary | 11011110 | 11010001 | 1001 | 0 | 110 | 1100000 | 1101 | 111000 | 1011100 | 101101 |
Color Harmonies of #DED109
Complementary color
Monochromatic Colors of #DED109
Black with #DED109
Text Example
Text Example
White with #DED109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED109; }
p { color: rgb(222,209,9); }
H1.HeaderClassName
{
color: #DED109;
}
.AnyTagClassName
{
color: #DED109;
}
</style>
background-color css
<style>
a { background-color: #DED109; }
a { background-color: rgb(222,209,9); }
div.DivClassName
{
background-color: #DED109;
}
.BgClassName
{
background-color: #DED109;
}
</style>
border-color css
<style>
span { border-color: #DED109; }
span { border-color: rgb(222,209,9); }
td.TdClassName
{
border-color: #DED109;
}
.TagClassName
{
border-color: #DED109;
}
</style>