Shades of Sunflower #DED20D
Tints of Sunflower #DED20D
RGB
CMYK
RGB Variations
Color information
#DED20D (or 0xDED20D) is known color: Sunflower. HEX triplet: DE, D2 and 0D. RGB value is (222,210,13). Sum of RGB (Red+Green+Blue) = 222+210+13=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DED20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED20D is #212DF2. Grayscale: #BFBFBF. Windows color (decimal): -2174451 or 905950. OLE color: 905950.
HSL color Cylindrical-coordinate representation of color #DED20D: hue angle of 56.56º degrees, saturation: 0.89, 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 #DED20D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.13 |
| HSL | 56.56º | 0.89% | 0.46% | - |
| HSV(B) | 56.56º | 0.94% | 0.87% | - |
| XYZ | 53.24 | 61.65 | 9.47 | - |
| YUV | 191.13 | 27.48 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 13 | 0 | 0.05 | 0.94 | 0.13 | 56.56 | 0.89 | 0.46 |
| Hex | DE | D2 | D | 0 | 5 | 5E | D | 39 | 59 | 2E |
| Octal | 336 | 322 | 15 | 0 | 5 | 136 | 15 | 71 | 131 | 56 |
| Binary | 11011110 | 11010010 | 1101 | 0 | 101 | 1011110 | 1101 | 111001 | 1011001 | 101110 |
Color Harmonies of #DED20D
Complementary color
Monochromatic Colors of #DED20D
Black with #DED20D
Text Example
Text Example
White with #DED20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED20D; }
p { color: rgb(222,210,13); }
H1.HeaderClassName
{
color: #DED20D;
}
.AnyTagClassName
{
color: #DED20D;
}
</style>
background-color css
<style>
a { background-color: #DED20D; }
a { background-color: rgb(222,210,13); }
div.DivClassName
{
background-color: #DED20D;
}
.BgClassName
{
background-color: #DED20D;
}
</style>
border-color css
<style>
span { border-color: #DED20D; }
span { border-color: rgb(222,210,13); }
td.TdClassName
{
border-color: #DED20D;
}
.TagClassName
{
border-color: #DED20D;
}
</style>