Shades of Sunflower #DEC521
Tints of Sunflower #DEC521
RGB
CMYK
RGB Variations
Color information
#DEC521 (or 0xDEC521) is known color: Sunflower. HEX triplet: DE, C5 and 21. RGB value is (222,197,33). Sum of RGB (Red+Green+Blue) = 222+197+33=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC521 is #213ADE. Grayscale: #BABABA. Windows color (decimal): -2177759 or 2213342. OLE color: 2213342.
HSL color Cylindrical-coordinate representation of color #DEC521: hue angle of 52.06º 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 #DEC521 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 33 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.13 |
| HSL | 52.06º | 0.74% | 0.5% | - |
| HSV(B) | 52.06º | 0.85% | 0.87% | - |
| XYZ | 50.36 | 55.57 | 9.51 | - |
| YUV | 185.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 33 | 0 | 0.11 | 0.85 | 0.13 | 52.06 | 0.74 | 0.5 |
| Hex | DE | C5 | 21 | 0 | B | 55 | D | 34 | 4A | 32 |
| Octal | 336 | 305 | 41 | 0 | 13 | 125 | 15 | 64 | 112 | 62 |
| Binary | 11011110 | 11000101 | 100001 | 0 | 1011 | 1010101 | 1101 | 110100 | 1001010 | 110010 |
Color Harmonies of #DEC521
Complementary color
Monochromatic Colors of #DEC521
Black with #DEC521
Text Example
Text Example
White with #DEC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC521; }
p { color: rgb(222,197,33); }
H1.HeaderClassName
{
color: #DEC521;
}
.AnyTagClassName
{
color: #DEC521;
}
</style>
background-color css
<style>
a { background-color: #DEC521; }
a { background-color: rgb(222,197,33); }
div.DivClassName
{
background-color: #DEC521;
}
.BgClassName
{
background-color: #DEC521;
}
</style>
border-color css
<style>
span { border-color: #DEC521; }
span { border-color: rgb(222,197,33); }
td.TdClassName
{
border-color: #DEC521;
}
.TagClassName
{
border-color: #DEC521;
}
</style>