Shades of Sunflower #DEC920
Tints of Sunflower #DEC920
RGB
CMYK
RGB Variations
Color information
#DEC920 (or 0xDEC920) is known color: Sunflower. HEX triplet: DE, C9 and 20. RGB value is (222,201,32). Sum of RGB (Red+Green+Blue) = 222+201+32=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC920 is #2136DF. Grayscale: #BCBCBC. Windows color (decimal): -2176736 or 2148830. OLE color: 2148830.
HSL color Cylindrical-coordinate representation of color #DEC920: hue angle of 53.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEC920 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 32 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.13 |
| HSL | 53.37º | 0.75% | 0.5% | - |
| HSV(B) | 53.37º | 0.86% | 0.87% | - |
| XYZ | 51.27 | 57.41 | 9.74 | - |
| YUV | 188.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 32 | 0 | 0.09 | 0.86 | 0.13 | 53.37 | 0.75 | 0.5 |
| Hex | DE | C9 | 20 | 0 | 9 | 56 | D | 35 | 4B | 32 |
| Octal | 336 | 311 | 40 | 0 | 11 | 126 | 15 | 65 | 113 | 62 |
| Binary | 11011110 | 11001001 | 100000 | 0 | 1001 | 1010110 | 1101 | 110101 | 1001011 | 110010 |
Color Harmonies of #DEC920
Complementary color
Monochromatic Colors of #DEC920
Black with #DEC920
Text Example
Text Example
White with #DEC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC920; }
p { color: rgb(222,201,32); }
H1.HeaderClassName
{
color: #DEC920;
}
.AnyTagClassName
{
color: #DEC920;
}
</style>
background-color css
<style>
a { background-color: #DEC920; }
a { background-color: rgb(222,201,32); }
div.DivClassName
{
background-color: #DEC920;
}
.BgClassName
{
background-color: #DEC920;
}
</style>
border-color css
<style>
span { border-color: #DEC920; }
span { border-color: rgb(222,201,32); }
td.TdClassName
{
border-color: #DEC920;
}
.TagClassName
{
border-color: #DEC920;
}
</style>