Shades of Sunflower #DEC80D
Tints of Sunflower #DEC80D
RGB
CMYK
RGB Variations
Color information
#DEC80D (or 0xDEC80D) is known color: Sunflower. HEX triplet: DE, C8 and 0D. RGB value is (222,200,13). Sum of RGB (Red+Green+Blue) = 222+200+13=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC80D is #2137F2. Grayscale: #BABABA. Windows color (decimal): -2177011 or 903390. OLE color: 903390.
HSL color Cylindrical-coordinate representation of color #DEC80D: hue angle of 53.68º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEC80D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.13 |
| HSL | 53.68º | 0.89% | 0.46% | - |
| HSV(B) | 53.68º | 0.94% | 0.87% | - |
| XYZ | 50.85 | 56.87 | 8.68 | - |
| YUV | 185.26 | 30.79 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 13 | 0 | 0.10 | 0.94 | 0.13 | 53.68 | 0.89 | 0.46 |
| Hex | DE | C8 | D | 0 | A | 5E | D | 36 | 59 | 2E |
| Octal | 336 | 310 | 15 | 0 | 12 | 136 | 15 | 66 | 131 | 56 |
| Binary | 11011110 | 11001000 | 1101 | 0 | 1010 | 1011110 | 1101 | 110110 | 1011001 | 101110 |
Color Harmonies of #DEC80D
Complementary color
Monochromatic Colors of #DEC80D
Black with #DEC80D
Text Example
Text Example
White with #DEC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC80D; }
p { color: rgb(222,200,13); }
H1.HeaderClassName
{
color: #DEC80D;
}
.AnyTagClassName
{
color: #DEC80D;
}
</style>
background-color css
<style>
a { background-color: #DEC80D; }
a { background-color: rgb(222,200,13); }
div.DivClassName
{
background-color: #DEC80D;
}
.BgClassName
{
background-color: #DEC80D;
}
</style>
border-color css
<style>
span { border-color: #DEC80D; }
span { border-color: rgb(222,200,13); }
td.TdClassName
{
border-color: #DEC80D;
}
.TagClassName
{
border-color: #DEC80D;
}
</style>