Shades of Sunflower #DEC91F
Tints of Sunflower #DEC91F
RGB
CMYK
RGB Variations
Color information
#DEC91F (or 0xDEC91F) is known color: Sunflower. HEX triplet: DE, C9 and 1F. RGB value is (222,201,31). Sum of RGB (Red+Green+Blue) = 222+201+31=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC91F is #2136E0. Grayscale: #BCBCBC. Windows color (decimal): -2176737 or 2083294. OLE color: 2083294.
HSL color Cylindrical-coordinate representation of color #DEC91F: hue angle of 53.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC91F is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 31 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.13 |
| HSL | 53.4º | 0.75% | 0.5% | - |
| HSV(B) | 53.4º | 0.86% | 0.87% | - |
| XYZ | 51.26 | 57.4 | 9.67 | - |
| YUV | 187.9 | 39.46 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 31 | 0 | 0.09 | 0.86 | 0.13 | 53.4 | 0.75 | 0.5 |
| Hex | DE | C9 | 1F | 0 | 9 | 56 | D | 35 | 4B | 32 |
| Octal | 336 | 311 | 37 | 0 | 11 | 126 | 15 | 65 | 113 | 62 |
| Binary | 11011110 | 11001001 | 11111 | 0 | 1001 | 1010110 | 1101 | 110101 | 1001011 | 110010 |
Color Harmonies of #DEC91F
Complementary color
Monochromatic Colors of #DEC91F
Black with #DEC91F
Text Example
Text Example
White with #DEC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC91F; }
p { color: rgb(222,201,31); }
H1.HeaderClassName
{
color: #DEC91F;
}
.AnyTagClassName
{
color: #DEC91F;
}
</style>
background-color css
<style>
a { background-color: #DEC91F; }
a { background-color: rgb(222,201,31); }
div.DivClassName
{
background-color: #DEC91F;
}
.BgClassName
{
background-color: #DEC91F;
}
</style>
border-color css
<style>
span { border-color: #DEC91F; }
span { border-color: rgb(222,201,31); }
td.TdClassName
{
border-color: #DEC91F;
}
.TagClassName
{
border-color: #DEC91F;
}
</style>