Shades of Sunflower #DEC70E
Tints of Sunflower #DEC70E
RGB
CMYK
RGB Variations
Color information
#DEC70E (or 0xDEC70E) is known color: Sunflower. HEX triplet: DE, C7 and 0E. RGB value is (222,199,14). Sum of RGB (Red+Green+Blue) = 222+199+14=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC70E is #2138F1. Grayscale: #B9B9B9. Windows color (decimal): -2177266 or 968670. OLE color: 968670.
HSL color Cylindrical-coordinate representation of color #DEC70E: hue angle of 53.37º 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 #DEC70E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.13 |
| HSL | 53.37º | 0.88% | 0.46% | - |
| HSV(B) | 53.37º | 0.94% | 0.87% | - |
| XYZ | 50.63 | 56.41 | 8.64 | - |
| YUV | 184.79 | 31.62 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 14 | 0 | 0.10 | 0.94 | 0.13 | 53.37 | 0.88 | 0.46 |
| Hex | DE | C7 | E | 0 | A | 5E | D | 35 | 58 | 2E |
| Octal | 336 | 307 | 16 | 0 | 12 | 136 | 15 | 65 | 130 | 56 |
| Binary | 11011110 | 11000111 | 1110 | 0 | 1010 | 1011110 | 1101 | 110101 | 1011000 | 101110 |
Color Harmonies of #DEC70E
Complementary color
Monochromatic Colors of #DEC70E
Black with #DEC70E
Text Example
Text Example
White with #DEC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC70E; }
p { color: rgb(222,199,14); }
H1.HeaderClassName
{
color: #DEC70E;
}
.AnyTagClassName
{
color: #DEC70E;
}
</style>
background-color css
<style>
a { background-color: #DEC70E; }
a { background-color: rgb(222,199,14); }
div.DivClassName
{
background-color: #DEC70E;
}
.BgClassName
{
background-color: #DEC70E;
}
</style>
border-color css
<style>
span { border-color: #DEC70E; }
span { border-color: rgb(222,199,14); }
td.TdClassName
{
border-color: #DEC70E;
}
.TagClassName
{
border-color: #DEC70E;
}
</style>