Shades of Sunflower #DEC611
Tints of Sunflower #DEC611
RGB
CMYK
RGB Variations
Color information
#DEC611 (or 0xDEC611) is known color: Sunflower. HEX triplet: DE, C6 and 11. RGB value is (222,198,17). Sum of RGB (Red+Green+Blue) = 222+198+17=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC611 is #2139EE. Grayscale: #B9B9B9. Windows color (decimal): -2177519 or 1165022. OLE color: 1165022.
HSL color Cylindrical-coordinate representation of color #DEC611: hue angle of 52.98º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEC611 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.13 |
| HSL | 52.98º | 0.86% | 0.47% | - |
| HSV(B) | 52.98º | 0.92% | 0.87% | - |
| XYZ | 50.42 | 55.96 | 8.67 | - |
| YUV | 184.54 | 33.45 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 17 | 0 | 0.11 | 0.92 | 0.13 | 52.98 | 0.86 | 0.47 |
| Hex | DE | C6 | 11 | 0 | B | 5C | D | 35 | 56 | 2F |
| Octal | 336 | 306 | 21 | 0 | 13 | 134 | 15 | 65 | 126 | 57 |
| Binary | 11011110 | 11000110 | 10001 | 0 | 1011 | 1011100 | 1101 | 110101 | 1010110 | 101111 |
Color Harmonies of #DEC611
Complementary color
Monochromatic Colors of #DEC611
Black with #DEC611
Text Example
Text Example
White with #DEC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC611; }
p { color: rgb(222,198,17); }
H1.HeaderClassName
{
color: #DEC611;
}
.AnyTagClassName
{
color: #DEC611;
}
</style>
background-color css
<style>
a { background-color: #DEC611; }
a { background-color: rgb(222,198,17); }
div.DivClassName
{
background-color: #DEC611;
}
.BgClassName
{
background-color: #DEC611;
}
</style>
border-color css
<style>
span { border-color: #DEC611; }
span { border-color: rgb(222,198,17); }
td.TdClassName
{
border-color: #DEC611;
}
.TagClassName
{
border-color: #DEC611;
}
</style>