Shades of Sunflower #DEC816
Tints of Sunflower #DEC816
RGB
CMYK
RGB Variations
Color information
#DEC816 (or 0xDEC816) is known color: Sunflower. HEX triplet: DE, C8 and 16. RGB value is (222,200,22). Sum of RGB (Red+Green+Blue) = 222+200+22=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC816 is #2137E9. Grayscale: #BBBBBB. Windows color (decimal): -2177002 or 1493214. OLE color: 1493214.
HSL color Cylindrical-coordinate representation of color #DEC816: hue angle of 53.4º 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 #DEC816 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.13 |
| HSL | 53.4º | 0.82% | 0.48% | - |
| HSV(B) | 53.4º | 0.9% | 0.87% | - |
| XYZ | 50.92 | 56.9 | 9.06 | - |
| YUV | 186.29 | 35.29 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 22 | 0 | 0.10 | 0.90 | 0.13 | 53.4 | 0.82 | 0.48 |
| Hex | DE | C8 | 16 | 0 | A | 5A | D | 35 | 52 | 30 |
| Octal | 336 | 310 | 26 | 0 | 12 | 132 | 15 | 65 | 122 | 60 |
| Binary | 11011110 | 11001000 | 10110 | 0 | 1010 | 1011010 | 1101 | 110101 | 1010010 | 110000 |
Color Harmonies of #DEC816
Complementary color
Monochromatic Colors of #DEC816
Black with #DEC816
Text Example
Text Example
White with #DEC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC816; }
p { color: rgb(222,200,22); }
H1.HeaderClassName
{
color: #DEC816;
}
.AnyTagClassName
{
color: #DEC816;
}
</style>
background-color css
<style>
a { background-color: #DEC816; }
a { background-color: rgb(222,200,22); }
div.DivClassName
{
background-color: #DEC816;
}
.BgClassName
{
background-color: #DEC816;
}
</style>
border-color css
<style>
span { border-color: #DEC816; }
span { border-color: rgb(222,200,22); }
td.TdClassName
{
border-color: #DEC816;
}
.TagClassName
{
border-color: #DEC816;
}
</style>