Shades of Sunflower #DEC90E
Tints of Sunflower #DEC90E
RGB
CMYK
RGB Variations
Color information
#DEC90E (or 0xDEC90E) is known color: Sunflower. HEX triplet: DE, C9 and 0E. RGB value is (222,201,14). Sum of RGB (Red+Green+Blue) = 222+201+14=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC90E is #2136F1. Grayscale: #BABABA. Windows color (decimal): -2176754 or 969182. OLE color: 969182.
HSL color Cylindrical-coordinate representation of color #DEC90E: hue angle of 53.94º 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 #DEC90E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.13 |
| HSL | 53.94º | 0.88% | 0.46% | - |
| HSV(B) | 53.94º | 0.94% | 0.87% | - |
| XYZ | 51.09 | 57.33 | 8.79 | - |
| YUV | 185.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 14 | 0 | 0.09 | 0.94 | 0.13 | 53.94 | 0.88 | 0.46 |
| Hex | DE | C9 | E | 0 | 9 | 5E | D | 36 | 58 | 2E |
| Octal | 336 | 311 | 16 | 0 | 11 | 136 | 15 | 66 | 130 | 56 |
| Binary | 11011110 | 11001001 | 1110 | 0 | 1001 | 1011110 | 1101 | 110110 | 1011000 | 101110 |
Color Harmonies of #DEC90E
Complementary color
Monochromatic Colors of #DEC90E
Black with #DEC90E
Text Example
Text Example
White with #DEC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC90E; }
p { color: rgb(222,201,14); }
H1.HeaderClassName
{
color: #DEC90E;
}
.AnyTagClassName
{
color: #DEC90E;
}
</style>
background-color css
<style>
a { background-color: #DEC90E; }
a { background-color: rgb(222,201,14); }
div.DivClassName
{
background-color: #DEC90E;
}
.BgClassName
{
background-color: #DEC90E;
}
</style>
border-color css
<style>
span { border-color: #DEC90E; }
span { border-color: rgb(222,201,14); }
td.TdClassName
{
border-color: #DEC90E;
}
.TagClassName
{
border-color: #DEC90E;
}
</style>