Shades of Sunflower #DEC218
Tints of Sunflower #DEC218
RGB
CMYK
RGB Variations
Color information
#DEC218 (or 0xDEC218) is known color: Sunflower. HEX triplet: DE, C2 and 18. RGB value is (222,194,24). Sum of RGB (Red+Green+Blue) = 222+194+24=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC218 is #213DE7. Grayscale: #B7B7B7. Windows color (decimal): -2178536 or 1622750. OLE color: 1622750.
HSL color Cylindrical-coordinate representation of color #DEC218: hue angle of 51.52º 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 #DEC218 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.13 |
| HSL | 51.52º | 0.8% | 0.48% | - |
| HSV(B) | 51.52º | 0.89% | 0.87% | - |
| XYZ | 49.58 | 54.18 | 8.71 | - |
| YUV | 182.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 24 | 0 | 0.13 | 0.89 | 0.13 | 51.52 | 0.8 | 0.48 |
| Hex | DE | C2 | 18 | 0 | D | 59 | D | 34 | 50 | 30 |
| Octal | 336 | 302 | 30 | 0 | 15 | 131 | 15 | 64 | 120 | 60 |
| Binary | 11011110 | 11000010 | 11000 | 0 | 1101 | 1011001 | 1101 | 110100 | 1010000 | 110000 |
Color Harmonies of #DEC218
Complementary color
Monochromatic Colors of #DEC218
Black with #DEC218
Text Example
Text Example
White with #DEC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC218; }
p { color: rgb(222,194,24); }
H1.HeaderClassName
{
color: #DEC218;
}
.AnyTagClassName
{
color: #DEC218;
}
</style>
background-color css
<style>
a { background-color: #DEC218; }
a { background-color: rgb(222,194,24); }
div.DivClassName
{
background-color: #DEC218;
}
.BgClassName
{
background-color: #DEC218;
}
</style>
border-color css
<style>
span { border-color: #DEC218; }
span { border-color: rgb(222,194,24); }
td.TdClassName
{
border-color: #DEC218;
}
.TagClassName
{
border-color: #DEC218;
}
</style>