Shades of Sunflower #DEC911
Tints of Sunflower #DEC911
RGB
CMYK
RGB Variations
Color information
#DEC911 (or 0xDEC911) is known color: Sunflower. HEX triplet: DE, C9 and 11. RGB value is (222,201,17). Sum of RGB (Red+Green+Blue) = 222+201+17=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC911 is #2136EE. Grayscale: #BBBBBB. Windows color (decimal): -2176751 or 1165790. OLE color: 1165790.
HSL color Cylindrical-coordinate representation of color #DEC911: hue angle of 53.85º 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 #DEC911 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 17 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.13 |
| HSL | 53.85º | 0.86% | 0.47% | - |
| HSV(B) | 53.85º | 0.92% | 0.87% | - |
| XYZ | 51.11 | 57.34 | 8.9 | - |
| YUV | 186.3 | 32.46 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 17 | 0 | 0.09 | 0.92 | 0.13 | 53.85 | 0.86 | 0.47 |
| Hex | DE | C9 | 11 | 0 | 9 | 5C | D | 36 | 56 | 2F |
| Octal | 336 | 311 | 21 | 0 | 11 | 134 | 15 | 66 | 126 | 57 |
| Binary | 11011110 | 11001001 | 10001 | 0 | 1001 | 1011100 | 1101 | 110110 | 1010110 | 101111 |
Color Harmonies of #DEC911
Complementary color
Monochromatic Colors of #DEC911
Black with #DEC911
Text Example
Text Example
White with #DEC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC911; }
p { color: rgb(222,201,17); }
H1.HeaderClassName
{
color: #DEC911;
}
.AnyTagClassName
{
color: #DEC911;
}
</style>
background-color css
<style>
a { background-color: #DEC911; }
a { background-color: rgb(222,201,17); }
div.DivClassName
{
background-color: #DEC911;
}
.BgClassName
{
background-color: #DEC911;
}
</style>
border-color css
<style>
span { border-color: #DEC911; }
span { border-color: rgb(222,201,17); }
td.TdClassName
{
border-color: #DEC911;
}
.TagClassName
{
border-color: #DEC911;
}
</style>