Shades of Sunflower #DEC118
Tints of Sunflower #DEC118
RGB
CMYK
RGB Variations
Color information
#DEC118 (or 0xDEC118) is known color: Sunflower. HEX triplet: DE, C1 and 18. RGB value is (222,193,24). Sum of RGB (Red+Green+Blue) = 222+193+24=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC118 is #213EE7. Grayscale: #B7B7B7. Windows color (decimal): -2178792 or 1622494. OLE color: 1622494.
HSL color Cylindrical-coordinate representation of color #DEC118: hue angle of 51.21º 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 #DEC118 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.13 |
| HSL | 51.21º | 0.8% | 0.48% | - |
| HSV(B) | 51.21º | 0.89% | 0.87% | - |
| XYZ | 49.36 | 53.74 | 8.63 | - |
| YUV | 182.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 24 | 0 | 0.13 | 0.89 | 0.13 | 51.21 | 0.8 | 0.48 |
| Hex | DE | C1 | 18 | 0 | D | 59 | D | 33 | 50 | 30 |
| Octal | 336 | 301 | 30 | 0 | 15 | 131 | 15 | 63 | 120 | 60 |
| Binary | 11011110 | 11000001 | 11000 | 0 | 1101 | 1011001 | 1101 | 110011 | 1010000 | 110000 |
Color Harmonies of #DEC118
Complementary color
Monochromatic Colors of #DEC118
Black with #DEC118
Text Example
Text Example
White with #DEC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC118; }
p { color: rgb(222,193,24); }
H1.HeaderClassName
{
color: #DEC118;
}
.AnyTagClassName
{
color: #DEC118;
}
</style>
background-color css
<style>
a { background-color: #DEC118; }
a { background-color: rgb(222,193,24); }
div.DivClassName
{
background-color: #DEC118;
}
.BgClassName
{
background-color: #DEC118;
}
</style>
border-color css
<style>
span { border-color: #DEC118; }
span { border-color: rgb(222,193,24); }
td.TdClassName
{
border-color: #DEC118;
}
.TagClassName
{
border-color: #DEC118;
}
</style>