Shades of Sunflower #DED10D
Tints of Sunflower #DED10D
RGB
CMYK
RGB Variations
Color information
#DED10D (or 0xDED10D) is known color: Sunflower. HEX triplet: DE, D1 and 0D. RGB value is (222,209,13). Sum of RGB (Red+Green+Blue) = 222+209+13=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DED10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED10D is #212EF2. Grayscale: #BFBFBF. Windows color (decimal): -2174707 or 905694. OLE color: 905694.
HSL color Cylindrical-coordinate representation of color #DED10D: hue angle of 56.27º 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 #DED10D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.13 |
| HSL | 56.27º | 0.89% | 0.46% | - |
| HSV(B) | 56.27º | 0.94% | 0.87% | - |
| XYZ | 53 | 61.16 | 9.39 | - |
| YUV | 190.54 | 27.81 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 13 | 0 | 0.06 | 0.94 | 0.13 | 56.27 | 0.89 | 0.46 |
| Hex | DE | D1 | D | 0 | 6 | 5E | D | 38 | 59 | 2E |
| Octal | 336 | 321 | 15 | 0 | 6 | 136 | 15 | 70 | 131 | 56 |
| Binary | 11011110 | 11010001 | 1101 | 0 | 110 | 1011110 | 1101 | 111000 | 1011001 | 101110 |
Color Harmonies of #DED10D
Complementary color
Monochromatic Colors of #DED10D
Black with #DED10D
Text Example
Text Example
White with #DED10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED10D; }
p { color: rgb(222,209,13); }
H1.HeaderClassName
{
color: #DED10D;
}
.AnyTagClassName
{
color: #DED10D;
}
</style>
background-color css
<style>
a { background-color: #DED10D; }
a { background-color: rgb(222,209,13); }
div.DivClassName
{
background-color: #DED10D;
}
.BgClassName
{
background-color: #DED10D;
}
</style>
border-color css
<style>
span { border-color: #DED10D; }
span { border-color: rgb(222,209,13); }
td.TdClassName
{
border-color: #DED10D;
}
.TagClassName
{
border-color: #DED10D;
}
</style>