Shades of Sunflower #DEC918
Tints of Sunflower #DEC918
RGB
CMYK
RGB Variations
Color information
#DEC918 (or 0xDEC918) is known color: Sunflower. HEX triplet: DE, C9 and 18. RGB value is (222,201,24). Sum of RGB (Red+Green+Blue) = 222+201+24=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 24 (9.77% from 255 or 5.37% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC918 is #2136E7. Grayscale: #BBBBBB. Windows color (decimal): -2176744 or 1624542. OLE color: 1624542.
HSL color Cylindrical-coordinate representation of color #DEC918: hue angle of 53.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEC918 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 24 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.13 |
| HSL | 53.64º | 0.8% | 0.48% | - |
| HSV(B) | 53.64º | 0.89% | 0.87% | - |
| XYZ | 51.18 | 57.37 | 9.24 | - |
| YUV | 187.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 24 | 0 | 0.09 | 0.89 | 0.13 | 53.64 | 0.8 | 0.48 |
| Hex | DE | C9 | 18 | 0 | 9 | 59 | D | 36 | 50 | 30 |
| Octal | 336 | 311 | 30 | 0 | 11 | 131 | 15 | 66 | 120 | 60 |
| Binary | 11011110 | 11001001 | 11000 | 0 | 1001 | 1011001 | 1101 | 110110 | 1010000 | 110000 |
Color Harmonies of #DEC918
Complementary color
Monochromatic Colors of #DEC918
Black with #DEC918
Text Example
Text Example
White with #DEC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC918; }
p { color: rgb(222,201,24); }
H1.HeaderClassName
{
color: #DEC918;
}
.AnyTagClassName
{
color: #DEC918;
}
</style>
background-color css
<style>
a { background-color: #DEC918; }
a { background-color: rgb(222,201,24); }
div.DivClassName
{
background-color: #DEC918;
}
.BgClassName
{
background-color: #DEC918;
}
</style>
border-color css
<style>
span { border-color: #DEC918; }
span { border-color: rgb(222,201,24); }
td.TdClassName
{
border-color: #DEC918;
}
.TagClassName
{
border-color: #DEC918;
}
</style>