Shades of Sunflower #DEC91A
Tints of Sunflower #DEC91A
RGB
CMYK
RGB Variations
Color information
#DEC91A (or 0xDEC91A) is known color: Sunflower. HEX triplet: DE, C9 and 1A. RGB value is (222,201,26). Sum of RGB (Red+Green+Blue) = 222+201+26=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC91A is #2136E5. Grayscale: #BCBCBC. Windows color (decimal): -2176742 or 1755614. OLE color: 1755614.
HSL color Cylindrical-coordinate representation of color #DEC91A: hue angle of 53.57º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEC91A is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 26 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.13 |
| HSL | 53.57º | 0.79% | 0.49% | - |
| HSV(B) | 53.57º | 0.88% | 0.87% | - |
| XYZ | 51.2 | 57.38 | 9.35 | - |
| YUV | 187.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 26 | 0 | 0.09 | 0.88 | 0.13 | 53.57 | 0.79 | 0.49 |
| Hex | DE | C9 | 1A | 0 | 9 | 58 | D | 36 | 4F | 31 |
| Octal | 336 | 311 | 32 | 0 | 11 | 130 | 15 | 66 | 117 | 61 |
| Binary | 11011110 | 11001001 | 11010 | 0 | 1001 | 1011000 | 1101 | 110110 | 1001111 | 110001 |
Color Harmonies of #DEC91A
Complementary color
Monochromatic Colors of #DEC91A
Black with #DEC91A
Text Example
Text Example
White with #DEC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC91A; }
p { color: rgb(222,201,26); }
H1.HeaderClassName
{
color: #DEC91A;
}
.AnyTagClassName
{
color: #DEC91A;
}
</style>
background-color css
<style>
a { background-color: #DEC91A; }
a { background-color: rgb(222,201,26); }
div.DivClassName
{
background-color: #DEC91A;
}
.BgClassName
{
background-color: #DEC91A;
}
</style>
border-color css
<style>
span { border-color: #DEC91A; }
span { border-color: rgb(222,201,26); }
td.TdClassName
{
border-color: #DEC91A;
}
.TagClassName
{
border-color: #DEC91A;
}
</style>