Shades of Sunflower #DEC81B
Tints of Sunflower #DEC81B
RGB
CMYK
RGB Variations
Color information
#DEC81B (or 0xDEC81B) is known color: Sunflower. HEX triplet: DE, C8 and 1B. RGB value is (222,200,27). Sum of RGB (Red+Green+Blue) = 222+200+27=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC81B is #2137E4. Grayscale: #BBBBBB. Windows color (decimal): -2176997 or 1820894. OLE color: 1820894.
HSL color Cylindrical-coordinate representation of color #DEC81B: hue angle of 53.23º degrees, saturation: 0.78, 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 #DEC81B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 27 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.13 |
| HSL | 53.23º | 0.78% | 0.49% | - |
| HSV(B) | 53.23º | 0.88% | 0.87% | - |
| XYZ | 50.98 | 56.92 | 9.34 | - |
| YUV | 186.86 | 37.79 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 27 | 0 | 0.10 | 0.88 | 0.13 | 53.23 | 0.78 | 0.49 |
| Hex | DE | C8 | 1B | 0 | A | 58 | D | 35 | 4E | 31 |
| Octal | 336 | 310 | 33 | 0 | 12 | 130 | 15 | 65 | 116 | 61 |
| Binary | 11011110 | 11001000 | 11011 | 0 | 1010 | 1011000 | 1101 | 110101 | 1001110 | 110001 |
Color Harmonies of #DEC81B
Complementary color
Monochromatic Colors of #DEC81B
Black with #DEC81B
Text Example
Text Example
White with #DEC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC81B; }
p { color: rgb(222,200,27); }
H1.HeaderClassName
{
color: #DEC81B;
}
.AnyTagClassName
{
color: #DEC81B;
}
</style>
background-color css
<style>
a { background-color: #DEC81B; }
a { background-color: rgb(222,200,27); }
div.DivClassName
{
background-color: #DEC81B;
}
.BgClassName
{
background-color: #DEC81B;
}
</style>
border-color css
<style>
span { border-color: #DEC81B; }
span { border-color: rgb(222,200,27); }
td.TdClassName
{
border-color: #DEC81B;
}
.TagClassName
{
border-color: #DEC81B;
}
</style>