Shades of Sunflower #DEC016
Tints of Sunflower #DEC016
RGB
CMYK
RGB Variations
Color information
#DEC016 (or 0xDEC016) is known color: Sunflower. HEX triplet: DE, C0 and 16. RGB value is (222,192,22). Sum of RGB (Red+Green+Blue) = 222+192+22=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC016 is #213FE9. Grayscale: #B6B6B6. Windows color (decimal): -2179050 or 1491166. OLE color: 1491166.
HSL color Cylindrical-coordinate representation of color #DEC016: hue angle of 51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEC016 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.13 |
| HSL | 51º | 0.82% | 0.48% | - |
| HSV(B) | 51º | 0.9% | 0.87% | - |
| XYZ | 49.12 | 53.29 | 8.46 | - |
| YUV | 181.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 22 | 0 | 0.14 | 0.90 | 0.13 | 51 | 0.82 | 0.48 |
| Hex | DE | C0 | 16 | 0 | E | 5A | D | 33 | 52 | 30 |
| Octal | 336 | 300 | 26 | 0 | 16 | 132 | 15 | 63 | 122 | 60 |
| Binary | 11011110 | 11000000 | 10110 | 0 | 1110 | 1011010 | 1101 | 110011 | 1010010 | 110000 |
Color Harmonies of #DEC016
Complementary color
Monochromatic Colors of #DEC016
Black with #DEC016
Text Example
Text Example
White with #DEC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC016; }
p { color: rgb(222,192,22); }
H1.HeaderClassName
{
color: #DEC016;
}
.AnyTagClassName
{
color: #DEC016;
}
</style>
background-color css
<style>
a { background-color: #DEC016; }
a { background-color: rgb(222,192,22); }
div.DivClassName
{
background-color: #DEC016;
}
.BgClassName
{
background-color: #DEC016;
}
</style>
border-color css
<style>
span { border-color: #DEC016; }
span { border-color: rgb(222,192,22); }
td.TdClassName
{
border-color: #DEC016;
}
.TagClassName
{
border-color: #DEC016;
}
</style>