Shades of Sunflower #DEC20F
Tints of Sunflower #DEC20F
RGB
CMYK
RGB Variations
Color information
#DEC20F (or 0xDEC20F) is known color: Sunflower. HEX triplet: DE, C2 and 0F. RGB value is (222,194,15). Sum of RGB (Red+Green+Blue) = 222+194+15=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC20F is #213DF0. Grayscale: #B6B6B6. Windows color (decimal): -2178545 or 1032926. OLE color: 1032926.
HSL color Cylindrical-coordinate representation of color #DEC20F: hue angle of 51.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEC20F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.13 |
| HSL | 51.88º | 0.87% | 0.46% | - |
| HSV(B) | 51.88º | 0.93% | 0.87% | - |
| XYZ | 49.5 | 54.15 | 8.29 | - |
| YUV | 181.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 15 | 0 | 0.13 | 0.93 | 0.13 | 51.88 | 0.87 | 0.46 |
| Hex | DE | C2 | F | 0 | D | 5D | D | 34 | 57 | 2E |
| Octal | 336 | 302 | 17 | 0 | 15 | 135 | 15 | 64 | 127 | 56 |
| Binary | 11011110 | 11000010 | 1111 | 0 | 1101 | 1011101 | 1101 | 110100 | 1010111 | 101110 |
Color Harmonies of #DEC20F
Complementary color
Monochromatic Colors of #DEC20F
Black with #DEC20F
Text Example
Text Example
White with #DEC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC20F; }
p { color: rgb(222,194,15); }
H1.HeaderClassName
{
color: #DEC20F;
}
.AnyTagClassName
{
color: #DEC20F;
}
</style>
background-color css
<style>
a { background-color: #DEC20F; }
a { background-color: rgb(222,194,15); }
div.DivClassName
{
background-color: #DEC20F;
}
.BgClassName
{
background-color: #DEC20F;
}
</style>
border-color css
<style>
span { border-color: #DEC20F; }
span { border-color: rgb(222,194,15); }
td.TdClassName
{
border-color: #DEC20F;
}
.TagClassName
{
border-color: #DEC20F;
}
</style>