Shades of Sunflower #DEC018
Tints of Sunflower #DEC018
RGB
CMYK
RGB Variations
Color information
#DEC018 (or 0xDEC018) is known color: Sunflower. HEX triplet: DE, C0 and 18. RGB value is (222,192,24). Sum of RGB (Red+Green+Blue) = 222+192+24=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC018 is #213FE7. Grayscale: #B6B6B6. Windows color (decimal): -2179048 or 1622238. OLE color: 1622238.
HSL color Cylindrical-coordinate representation of color #DEC018: hue angle of 50.91º 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 #DEC018 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.13 |
| HSL | 50.91º | 0.8% | 0.48% | - |
| HSV(B) | 50.91º | 0.89% | 0.87% | - |
| XYZ | 49.14 | 53.29 | 8.56 | - |
| YUV | 181.82 | 38.94 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 24 | 0 | 0.14 | 0.89 | 0.13 | 50.91 | 0.8 | 0.48 |
| Hex | DE | C0 | 18 | 0 | E | 59 | D | 33 | 50 | 30 |
| Octal | 336 | 300 | 30 | 0 | 16 | 131 | 15 | 63 | 120 | 60 |
| Binary | 11011110 | 11000000 | 11000 | 0 | 1110 | 1011001 | 1101 | 110011 | 1010000 | 110000 |
Color Harmonies of #DEC018
Complementary color
Monochromatic Colors of #DEC018
Black with #DEC018
Text Example
Text Example
White with #DEC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC018; }
p { color: rgb(222,192,24); }
H1.HeaderClassName
{
color: #DEC018;
}
.AnyTagClassName
{
color: #DEC018;
}
</style>
background-color css
<style>
a { background-color: #DEC018; }
a { background-color: rgb(222,192,24); }
div.DivClassName
{
background-color: #DEC018;
}
.BgClassName
{
background-color: #DEC018;
}
</style>
border-color css
<style>
span { border-color: #DEC018; }
span { border-color: rgb(222,192,24); }
td.TdClassName
{
border-color: #DEC018;
}
.TagClassName
{
border-color: #DEC018;
}
</style>