Shades of Sunflower #DED10F
Tints of Sunflower #DED10F
RGB
CMYK
RGB Variations
Color information
#DED10F (or 0xDED10F) is known color: Sunflower. HEX triplet: DE, D1 and 0F. RGB value is (222,209,15). Sum of RGB (Red+Green+Blue) = 222+209+15=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DED10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED10F is #212EF0. Grayscale: #BFBFBF. Windows color (decimal): -2174705 or 1036766. OLE color: 1036766.
HSL color Cylindrical-coordinate representation of color #DED10F: hue angle of 56.23º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DED10F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 15 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.13 |
| HSL | 56.23º | 0.87% | 0.46% | - |
| HSV(B) | 56.23º | 0.93% | 0.87% | - |
| XYZ | 53.01 | 61.17 | 9.46 | - |
| YUV | 190.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 15 | 0 | 0.06 | 0.93 | 0.13 | 56.23 | 0.87 | 0.46 |
| Hex | DE | D1 | F | 0 | 6 | 5D | D | 38 | 57 | 2E |
| Octal | 336 | 321 | 17 | 0 | 6 | 135 | 15 | 70 | 127 | 56 |
| Binary | 11011110 | 11010001 | 1111 | 0 | 110 | 1011101 | 1101 | 111000 | 1010111 | 101110 |
Color Harmonies of #DED10F
Complementary color
Monochromatic Colors of #DED10F
Black with #DED10F
Text Example
Text Example
White with #DED10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED10F; }
p { color: rgb(222,209,15); }
H1.HeaderClassName
{
color: #DED10F;
}
.AnyTagClassName
{
color: #DED10F;
}
</style>
background-color css
<style>
a { background-color: #DED10F; }
a { background-color: rgb(222,209,15); }
div.DivClassName
{
background-color: #DED10F;
}
.BgClassName
{
background-color: #DED10F;
}
</style>
border-color css
<style>
span { border-color: #DED10F; }
span { border-color: rgb(222,209,15); }
td.TdClassName
{
border-color: #DED10F;
}
.TagClassName
{
border-color: #DED10F;
}
</style>