Shades of Sunflower #DED10A
Tints of Sunflower #DED10A
RGB
CMYK
RGB Variations
Color information
#DED10A (or 0xDED10A) is known color: Sunflower. HEX triplet: DE, D1 and 0A. RGB value is (222,209,10). Sum of RGB (Red+Green+Blue) = 222+209+10=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DED10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED10A is #212EF5. Grayscale: #BFBFBF. Windows color (decimal): -2174710 or 709086. OLE color: 709086.
HSL color Cylindrical-coordinate representation of color #DED10A: hue angle of 56.32º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED10A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 10 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.13 |
| HSL | 56.32º | 0.91% | 0.45% | - |
| HSV(B) | 56.32º | 0.95% | 0.87% | - |
| XYZ | 52.98 | 61.15 | 9.3 | - |
| YUV | 190.2 | 26.31 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 10 | 0 | 0.06 | 0.95 | 0.13 | 56.32 | 0.91 | 0.45 |
| Hex | DE | D1 | A | 0 | 6 | 5F | D | 38 | 5B | 2D |
| Octal | 336 | 321 | 12 | 0 | 6 | 137 | 15 | 70 | 133 | 55 |
| Binary | 11011110 | 11010001 | 1010 | 0 | 110 | 1011111 | 1101 | 111000 | 1011011 | 101101 |
Color Harmonies of #DED10A
Complementary color
Monochromatic Colors of #DED10A
Black with #DED10A
Text Example
Text Example
White with #DED10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED10A; }
p { color: rgb(222,209,10); }
H1.HeaderClassName
{
color: #DED10A;
}
.AnyTagClassName
{
color: #DED10A;
}
</style>
background-color css
<style>
a { background-color: #DED10A; }
a { background-color: rgb(222,209,10); }
div.DivClassName
{
background-color: #DED10A;
}
.BgClassName
{
background-color: #DED10A;
}
</style>
border-color css
<style>
span { border-color: #DED10A; }
span { border-color: rgb(222,209,10); }
td.TdClassName
{
border-color: #DED10A;
}
.TagClassName
{
border-color: #DED10A;
}
</style>