Shades of Sunflower #DED211
Tints of Sunflower #DED211
RGB
CMYK
RGB Variations
Color information
#DED211 (or 0xDED211) is known color: Sunflower. HEX triplet: DE, D2 and 11. RGB value is (222,210,17). Sum of RGB (Red+Green+Blue) = 222+210+17=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DED211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED211 is #212DEE. Grayscale: #C0C0C0. Windows color (decimal): -2174447 or 1168094. OLE color: 1168094.
HSL color Cylindrical-coordinate representation of color #DED211: hue angle of 56.49º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DED211 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.13 |
| HSL | 56.49º | 0.86% | 0.47% | - |
| HSV(B) | 56.49º | 0.92% | 0.87% | - |
| XYZ | 53.27 | 61.66 | 9.62 | - |
| YUV | 191.59 | 29.48 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 17 | 0 | 0.05 | 0.92 | 0.13 | 56.49 | 0.86 | 0.47 |
| Hex | DE | D2 | 11 | 0 | 5 | 5C | D | 38 | 56 | 2F |
| Octal | 336 | 322 | 21 | 0 | 5 | 134 | 15 | 70 | 126 | 57 |
| Binary | 11011110 | 11010010 | 10001 | 0 | 101 | 1011100 | 1101 | 111000 | 1010110 | 101111 |
Color Harmonies of #DED211
Complementary color
Monochromatic Colors of #DED211
Black with #DED211
Text Example
Text Example
White with #DED211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED211; }
p { color: rgb(222,210,17); }
H1.HeaderClassName
{
color: #DED211;
}
.AnyTagClassName
{
color: #DED211;
}
</style>
background-color css
<style>
a { background-color: #DED211; }
a { background-color: rgb(222,210,17); }
div.DivClassName
{
background-color: #DED211;
}
.BgClassName
{
background-color: #DED211;
}
</style>
border-color css
<style>
span { border-color: #DED211; }
span { border-color: rgb(222,210,17); }
td.TdClassName
{
border-color: #DED211;
}
.TagClassName
{
border-color: #DED211;
}
</style>