Shades of Sunflower #DEC71E
Tints of Sunflower #DEC71E
RGB
CMYK
RGB Variations
Color information
#DEC71E (or 0xDEC71E) is known color: Sunflower. HEX triplet: DE, C7 and 1E. RGB value is (222,199,30). Sum of RGB (Red+Green+Blue) = 222+199+30=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC71E is #2138E1. Grayscale: #BBBBBB. Windows color (decimal): -2177250 or 2017246. OLE color: 2017246.
HSL color Cylindrical-coordinate representation of color #DEC71E: hue angle of 52.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC71E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.13 |
| HSL | 52.81º | 0.76% | 0.49% | - |
| HSV(B) | 52.81º | 0.86% | 0.87% | - |
| XYZ | 50.78 | 56.47 | 9.45 | - |
| YUV | 186.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 30 | 0 | 0.10 | 0.86 | 0.13 | 52.81 | 0.76 | 0.49 |
| Hex | DE | C7 | 1E | 0 | A | 56 | D | 35 | 4C | 31 |
| Octal | 336 | 307 | 36 | 0 | 12 | 126 | 15 | 65 | 114 | 61 |
| Binary | 11011110 | 11000111 | 11110 | 0 | 1010 | 1010110 | 1101 | 110101 | 1001100 | 110001 |
Color Harmonies of #DEC71E
Complementary color
Monochromatic Colors of #DEC71E
Black with #DEC71E
Text Example
Text Example
White with #DEC71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC71E; }
p { color: rgb(222,199,30); }
H1.HeaderClassName
{
color: #DEC71E;
}
.AnyTagClassName
{
color: #DEC71E;
}
</style>
background-color css
<style>
a { background-color: #DEC71E; }
a { background-color: rgb(222,199,30); }
div.DivClassName
{
background-color: #DEC71E;
}
.BgClassName
{
background-color: #DEC71E;
}
</style>
border-color css
<style>
span { border-color: #DEC71E; }
span { border-color: rgb(222,199,30); }
td.TdClassName
{
border-color: #DEC71E;
}
.TagClassName
{
border-color: #DEC71E;
}
</style>