Shades of Sunflower #DEC921
Tints of Sunflower #DEC921
RGB
CMYK
RGB Variations
Color information
#DEC921 (or 0xDEC921) is known color: Sunflower. HEX triplet: DE, C9 and 21. RGB value is (222,201,33). Sum of RGB (Red+Green+Blue) = 222+201+33=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC921 is #2136DE. Grayscale: #BCBCBC. Windows color (decimal): -2176735 or 2214366. OLE color: 2214366.
HSL color Cylindrical-coordinate representation of color #DEC921: hue angle of 53.33º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEC921 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 33 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.13 |
| HSL | 53.33º | 0.74% | 0.5% | - |
| HSV(B) | 53.33º | 0.85% | 0.87% | - |
| XYZ | 51.29 | 57.41 | 9.82 | - |
| YUV | 188.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 33 | 0 | 0.09 | 0.85 | 0.13 | 53.33 | 0.74 | 0.5 |
| Hex | DE | C9 | 21 | 0 | 9 | 55 | D | 35 | 4A | 32 |
| Octal | 336 | 311 | 41 | 0 | 11 | 125 | 15 | 65 | 112 | 62 |
| Binary | 11011110 | 11001001 | 100001 | 0 | 1001 | 1010101 | 1101 | 110101 | 1001010 | 110010 |
Color Harmonies of #DEC921
Complementary color
Monochromatic Colors of #DEC921
Black with #DEC921
Text Example
Text Example
White with #DEC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC921; }
p { color: rgb(222,201,33); }
H1.HeaderClassName
{
color: #DEC921;
}
.AnyTagClassName
{
color: #DEC921;
}
</style>
background-color css
<style>
a { background-color: #DEC921; }
a { background-color: rgb(222,201,33); }
div.DivClassName
{
background-color: #DEC921;
}
.BgClassName
{
background-color: #DEC921;
}
</style>
border-color css
<style>
span { border-color: #DEC921; }
span { border-color: rgb(222,201,33); }
td.TdClassName
{
border-color: #DEC921;
}
.TagClassName
{
border-color: #DEC921;
}
</style>