Shades of Sunflower #DECE18
Tints of Sunflower #DECE18
RGB
CMYK
RGB Variations
Color information
#DECE18 (or 0xDECE18) is known color: Sunflower. HEX triplet: DE, CE and 18. RGB value is (222,206,24). Sum of RGB (Red+Green+Blue) = 222+206+24=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE18 is #2131E7. Grayscale: #BEBEBE. Windows color (decimal): -2175464 or 1625822. OLE color: 1625822.
HSL color Cylindrical-coordinate representation of color #DECE18: hue angle of 55.15º 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 #DECE18 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 24 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.13 |
| HSL | 55.15º | 0.8% | 0.48% | - |
| HSV(B) | 55.15º | 0.89% | 0.87% | - |
| XYZ | 52.36 | 59.74 | 9.64 | - |
| YUV | 190.04 | 34.3 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 24 | 0 | 0.07 | 0.89 | 0.13 | 55.15 | 0.8 | 0.48 |
| Hex | DE | CE | 18 | 0 | 7 | 59 | D | 37 | 50 | 30 |
| Octal | 336 | 316 | 30 | 0 | 7 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011110 | 11001110 | 11000 | 0 | 111 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DECE18
Complementary color
Monochromatic Colors of #DECE18
Black with #DECE18
Text Example
Text Example
White with #DECE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE18; }
p { color: rgb(222,206,24); }
H1.HeaderClassName
{
color: #DECE18;
}
.AnyTagClassName
{
color: #DECE18;
}
</style>
background-color css
<style>
a { background-color: #DECE18; }
a { background-color: rgb(222,206,24); }
div.DivClassName
{
background-color: #DECE18;
}
.BgClassName
{
background-color: #DECE18;
}
</style>
border-color css
<style>
span { border-color: #DECE18; }
span { border-color: rgb(222,206,24); }
td.TdClassName
{
border-color: #DECE18;
}
.TagClassName
{
border-color: #DECE18;
}
</style>