Shades of Sunflower #DEC411
Tints of Sunflower #DEC411
RGB
CMYK
RGB Variations
Color information
#DEC411 (or 0xDEC411) is known color: Sunflower. HEX triplet: DE, C4 and 11. RGB value is (222,196,17). Sum of RGB (Red+Green+Blue) = 222+196+17=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC411 is #213BEE. Grayscale: #B8B8B8. Windows color (decimal): -2178031 or 1164510. OLE color: 1164510.
HSL color Cylindrical-coordinate representation of color #DEC411: hue angle of 52.39º 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 #DEC411 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.13 |
| HSL | 52.39º | 0.86% | 0.47% | - |
| HSV(B) | 52.39º | 0.92% | 0.87% | - |
| XYZ | 49.97 | 55.05 | 8.52 | - |
| YUV | 183.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 17 | 0 | 0.12 | 0.92 | 0.13 | 52.39 | 0.86 | 0.47 |
| Hex | DE | C4 | 11 | 0 | C | 5C | D | 34 | 56 | 2F |
| Octal | 336 | 304 | 21 | 0 | 14 | 134 | 15 | 64 | 126 | 57 |
| Binary | 11011110 | 11000100 | 10001 | 0 | 1100 | 1011100 | 1101 | 110100 | 1010110 | 101111 |
Color Harmonies of #DEC411
Complementary color
Monochromatic Colors of #DEC411
Black with #DEC411
Text Example
Text Example
White with #DEC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC411; }
p { color: rgb(222,196,17); }
H1.HeaderClassName
{
color: #DEC411;
}
.AnyTagClassName
{
color: #DEC411;
}
</style>
background-color css
<style>
a { background-color: #DEC411; }
a { background-color: rgb(222,196,17); }
div.DivClassName
{
background-color: #DEC411;
}
.BgClassName
{
background-color: #DEC411;
}
</style>
border-color css
<style>
span { border-color: #DEC411; }
span { border-color: rgb(222,196,17); }
td.TdClassName
{
border-color: #DEC411;
}
.TagClassName
{
border-color: #DEC411;
}
</style>