Shades of Sunflower #DEC116
Tints of Sunflower #DEC116
RGB
CMYK
RGB Variations
Color information
#DEC116 (or 0xDEC116) is known color: Sunflower. HEX triplet: DE, C1 and 16. RGB value is (222,193,22). Sum of RGB (Red+Green+Blue) = 222+193+22=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC116 is #213EE9. Grayscale: #B6B6B6. Windows color (decimal): -2178794 or 1491422. OLE color: 1491422.
HSL color Cylindrical-coordinate representation of color #DEC116: hue angle of 51.3º 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 #DEC116 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.3º | 0.82% | 0.48% | - |
| HSV(B) | 51.3º | 0.9% | 0.87% | - |
| XYZ | 49.34 | 53.73 | 8.53 | - |
| YUV | 182.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 22 | 0 | 0.13 | 0.90 | 0.13 | 51.3 | 0.82 | 0.48 |
| Hex | DE | C1 | 16 | 0 | D | 5A | D | 33 | 52 | 30 |
| Octal | 336 | 301 | 26 | 0 | 15 | 132 | 15 | 63 | 122 | 60 |
| Binary | 11011110 | 11000001 | 10110 | 0 | 1101 | 1011010 | 1101 | 110011 | 1010010 | 110000 |
Color Harmonies of #DEC116
Complementary color
Monochromatic Colors of #DEC116
Black with #DEC116
Text Example
Text Example
White with #DEC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC116; }
p { color: rgb(222,193,22); }
H1.HeaderClassName
{
color: #DEC116;
}
.AnyTagClassName
{
color: #DEC116;
}
</style>
background-color css
<style>
a { background-color: #DEC116; }
a { background-color: rgb(222,193,22); }
div.DivClassName
{
background-color: #DEC116;
}
.BgClassName
{
background-color: #DEC116;
}
</style>
border-color css
<style>
span { border-color: #DEC116; }
span { border-color: rgb(222,193,22); }
td.TdClassName
{
border-color: #DEC116;
}
.TagClassName
{
border-color: #DEC116;
}
</style>