Shades of Sunflower #DEC41E
Tints of Sunflower #DEC41E
RGB
CMYK
RGB Variations
Color information
#DEC41E (or 0xDEC41E) is known color: Sunflower. HEX triplet: DE, C4 and 1E. RGB value is (222,196,30). Sum of RGB (Red+Green+Blue) = 222+196+30=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC41E is #213BE1. Grayscale: #B9B9B9. Windows color (decimal): -2178018 or 2016478. OLE color: 2016478.
HSL color Cylindrical-coordinate representation of color #DEC41E: hue angle of 51.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC41E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 30 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.13 |
| HSL | 51.88º | 0.76% | 0.49% | - |
| HSV(B) | 51.88º | 0.86% | 0.87% | - |
| XYZ | 50.1 | 55.1 | 9.22 | - |
| YUV | 184.85 | 40.61 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 30 | 0 | 0.12 | 0.86 | 0.13 | 51.88 | 0.76 | 0.49 |
| Hex | DE | C4 | 1E | 0 | C | 56 | D | 34 | 4C | 31 |
| Octal | 336 | 304 | 36 | 0 | 14 | 126 | 15 | 64 | 114 | 61 |
| Binary | 11011110 | 11000100 | 11110 | 0 | 1100 | 1010110 | 1101 | 110100 | 1001100 | 110001 |
Color Harmonies of #DEC41E
Complementary color
Monochromatic Colors of #DEC41E
Black with #DEC41E
Text Example
Text Example
White with #DEC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC41E; }
p { color: rgb(222,196,30); }
H1.HeaderClassName
{
color: #DEC41E;
}
.AnyTagClassName
{
color: #DEC41E;
}
</style>
background-color css
<style>
a { background-color: #DEC41E; }
a { background-color: rgb(222,196,30); }
div.DivClassName
{
background-color: #DEC41E;
}
.BgClassName
{
background-color: #DEC41E;
}
</style>
border-color css
<style>
span { border-color: #DEC41E; }
span { border-color: rgb(222,196,30); }
td.TdClassName
{
border-color: #DEC41E;
}
.TagClassName
{
border-color: #DEC41E;
}
</style>