Shades of Sunflower #DECF0E
Tints of Sunflower #DECF0E
RGB
CMYK
RGB Variations
Color information
#DECF0E (or 0xDECF0E) is known color: Sunflower. HEX triplet: DE, CF and 0E. RGB value is (222,207,14). Sum of RGB (Red+Green+Blue) = 222+207+14=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF0E is #2130F1. Grayscale: #BEBEBE. Windows color (decimal): -2175218 or 970718. OLE color: 970718.
HSL color Cylindrical-coordinate representation of color #DECF0E: hue angle of 55.67º 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 #DECF0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.13 |
| HSL | 55.67º | 0.88% | 0.46% | - |
| HSV(B) | 55.67º | 0.94% | 0.87% | - |
| XYZ | 52.52 | 60.19 | 9.26 | - |
| YUV | 189.48 | 28.97 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 14 | 0 | 0.07 | 0.94 | 0.13 | 55.67 | 0.88 | 0.46 |
| Hex | DE | CF | E | 0 | 7 | 5E | D | 38 | 58 | 2E |
| Octal | 336 | 317 | 16 | 0 | 7 | 136 | 15 | 70 | 130 | 56 |
| Binary | 11011110 | 11001111 | 1110 | 0 | 111 | 1011110 | 1101 | 111000 | 1011000 | 101110 |
Color Harmonies of #DECF0E
Complementary color
Monochromatic Colors of #DECF0E
Black with #DECF0E
Text Example
Text Example
White with #DECF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF0E; }
p { color: rgb(222,207,14); }
H1.HeaderClassName
{
color: #DECF0E;
}
.AnyTagClassName
{
color: #DECF0E;
}
</style>
background-color css
<style>
a { background-color: #DECF0E; }
a { background-color: rgb(222,207,14); }
div.DivClassName
{
background-color: #DECF0E;
}
.BgClassName
{
background-color: #DECF0E;
}
</style>
border-color css
<style>
span { border-color: #DECF0E; }
span { border-color: rgb(222,207,14); }
td.TdClassName
{
border-color: #DECF0E;
}
.TagClassName
{
border-color: #DECF0E;
}
</style>