Shades of Sunflower #DEC815
Tints of Sunflower #DEC815
RGB
CMYK
RGB Variations
Color information
#DEC815 (or 0xDEC815) is known color: Sunflower. HEX triplet: DE, C8 and 15. RGB value is (222,200,21). Sum of RGB (Red+Green+Blue) = 222+200+21=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC815 is #2137EA. Grayscale: #BABABA. Windows color (decimal): -2177003 or 1427678. OLE color: 1427678.
HSL color Cylindrical-coordinate representation of color #DEC815: hue angle of 53.43º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEC815 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.13 |
| HSL | 53.43º | 0.83% | 0.48% | - |
| HSV(B) | 53.43º | 0.91% | 0.87% | - |
| XYZ | 50.91 | 56.89 | 9.01 | - |
| YUV | 186.17 | 34.79 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 21 | 0 | 0.10 | 0.91 | 0.13 | 53.43 | 0.83 | 0.48 |
| Hex | DE | C8 | 15 | 0 | A | 5B | D | 35 | 53 | 30 |
| Octal | 336 | 310 | 25 | 0 | 12 | 133 | 15 | 65 | 123 | 60 |
| Binary | 11011110 | 11001000 | 10101 | 0 | 1010 | 1011011 | 1101 | 110101 | 1010011 | 110000 |
Color Harmonies of #DEC815
Complementary color
Monochromatic Colors of #DEC815
Black with #DEC815
Text Example
Text Example
White with #DEC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC815; }
p { color: rgb(222,200,21); }
H1.HeaderClassName
{
color: #DEC815;
}
.AnyTagClassName
{
color: #DEC815;
}
</style>
background-color css
<style>
a { background-color: #DEC815; }
a { background-color: rgb(222,200,21); }
div.DivClassName
{
background-color: #DEC815;
}
.BgClassName
{
background-color: #DEC815;
}
</style>
border-color css
<style>
span { border-color: #DEC815; }
span { border-color: rgb(222,200,21); }
td.TdClassName
{
border-color: #DEC815;
}
.TagClassName
{
border-color: #DEC815;
}
</style>