Shades of Sunflower #DEC20E
Tints of Sunflower #DEC20E
RGB
CMYK
RGB Variations
Color information
#DEC20E (or 0xDEC20E) is known color: Sunflower. HEX triplet: DE, C2 and 0E. RGB value is (222,194,14). Sum of RGB (Red+Green+Blue) = 222+194+14=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC20E is #213DF1. Grayscale: #B6B6B6. Windows color (decimal): -2178546 or 967390. OLE color: 967390.
HSL color Cylindrical-coordinate representation of color #DEC20E: hue angle of 51.92º degrees, saturation: 0.88, 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 #DEC20E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.13 |
| HSL | 51.92º | 0.88% | 0.46% | - |
| HSV(B) | 51.92º | 0.94% | 0.87% | - |
| XYZ | 49.5 | 54.14 | 8.26 | - |
| YUV | 181.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 14 | 0 | 0.13 | 0.94 | 0.13 | 51.92 | 0.88 | 0.46 |
| Hex | DE | C2 | E | 0 | D | 5E | D | 34 | 58 | 2E |
| Octal | 336 | 302 | 16 | 0 | 15 | 136 | 15 | 64 | 130 | 56 |
| Binary | 11011110 | 11000010 | 1110 | 0 | 1101 | 1011110 | 1101 | 110100 | 1011000 | 101110 |
Color Harmonies of #DEC20E
Complementary color
Monochromatic Colors of #DEC20E
Black with #DEC20E
Text Example
Text Example
White with #DEC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC20E; }
p { color: rgb(222,194,14); }
H1.HeaderClassName
{
color: #DEC20E;
}
.AnyTagClassName
{
color: #DEC20E;
}
</style>
background-color css
<style>
a { background-color: #DEC20E; }
a { background-color: rgb(222,194,14); }
div.DivClassName
{
background-color: #DEC20E;
}
.BgClassName
{
background-color: #DEC20E;
}
</style>
border-color css
<style>
span { border-color: #DEC20E; }
span { border-color: rgb(222,194,14); }
td.TdClassName
{
border-color: #DEC20E;
}
.TagClassName
{
border-color: #DEC20E;
}
</style>