Shades of Sunflower #DED112
Tints of Sunflower #DED112
RGB
CMYK
RGB Variations
Color information
#DED112 (or 0xDED112) is known color: Sunflower. HEX triplet: DE, D1 and 12. RGB value is (222,209,18). Sum of RGB (Red+Green+Blue) = 222+209+18=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DED112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED112 is #212EED. Grayscale: #BFBFBF. Windows color (decimal): -2174702 or 1233374. OLE color: 1233374.
HSL color Cylindrical-coordinate representation of color #DED112: hue angle of 56.18º degrees, saturation: 0.85, 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 #DED112 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 18 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.13 |
| HSL | 56.18º | 0.85% | 0.47% | - |
| HSV(B) | 56.18º | 0.92% | 0.87% | - |
| XYZ | 53.03 | 61.17 | 9.58 | - |
| YUV | 191.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 18 | 0 | 0.06 | 0.92 | 0.13 | 56.18 | 0.85 | 0.47 |
| Hex | DE | D1 | 12 | 0 | 6 | 5C | D | 38 | 55 | 2F |
| Octal | 336 | 321 | 22 | 0 | 6 | 134 | 15 | 70 | 125 | 57 |
| Binary | 11011110 | 11010001 | 10010 | 0 | 110 | 1011100 | 1101 | 111000 | 1010101 | 101111 |
Color Harmonies of #DED112
Complementary color
Monochromatic Colors of #DED112
Black with #DED112
Text Example
Text Example
White with #DED112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED112; }
p { color: rgb(222,209,18); }
H1.HeaderClassName
{
color: #DED112;
}
.AnyTagClassName
{
color: #DED112;
}
</style>
background-color css
<style>
a { background-color: #DED112; }
a { background-color: rgb(222,209,18); }
div.DivClassName
{
background-color: #DED112;
}
.BgClassName
{
background-color: #DED112;
}
</style>
border-color css
<style>
span { border-color: #DED112; }
span { border-color: rgb(222,209,18); }
td.TdClassName
{
border-color: #DED112;
}
.TagClassName
{
border-color: #DED112;
}
</style>