Shades of Sunflower #DECE11
Tints of Sunflower #DECE11
RGB
CMYK
RGB Variations
Color information
#DECE11 (or 0xDECE11) is known color: Sunflower. HEX triplet: DE, CE and 11. RGB value is (222,206,17). Sum of RGB (Red+Green+Blue) = 222+206+17=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE11 is #2131EE. Grayscale: #BEBEBE. Windows color (decimal): -2175471 or 1167070. OLE color: 1167070.
HSL color Cylindrical-coordinate representation of color #DECE11: hue angle of 55.32º 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 #DECE11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.13 |
| HSL | 55.32º | 0.86% | 0.47% | - |
| HSV(B) | 55.32º | 0.92% | 0.87% | - |
| XYZ | 52.3 | 59.71 | 9.3 | - |
| YUV | 189.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 17 | 0 | 0.07 | 0.92 | 0.13 | 55.32 | 0.86 | 0.47 |
| Hex | DE | CE | 11 | 0 | 7 | 5C | D | 37 | 56 | 2F |
| Octal | 336 | 316 | 21 | 0 | 7 | 134 | 15 | 67 | 126 | 57 |
| Binary | 11011110 | 11001110 | 10001 | 0 | 111 | 1011100 | 1101 | 110111 | 1010110 | 101111 |
Color Harmonies of #DECE11
Complementary color
Monochromatic Colors of #DECE11
Black with #DECE11
Text Example
Text Example
White with #DECE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE11; }
p { color: rgb(222,206,17); }
H1.HeaderClassName
{
color: #DECE11;
}
.AnyTagClassName
{
color: #DECE11;
}
</style>
background-color css
<style>
a { background-color: #DECE11; }
a { background-color: rgb(222,206,17); }
div.DivClassName
{
background-color: #DECE11;
}
.BgClassName
{
background-color: #DECE11;
}
</style>
border-color css
<style>
span { border-color: #DECE11; }
span { border-color: rgb(222,206,17); }
td.TdClassName
{
border-color: #DECE11;
}
.TagClassName
{
border-color: #DECE11;
}
</style>