Shades of Sunflower #DEC516
Tints of Sunflower #DEC516
RGB
CMYK
RGB Variations
Color information
#DEC516 (or 0xDEC516) is known color: Sunflower. HEX triplet: DE, C5 and 16. RGB value is (222,197,22). Sum of RGB (Red+Green+Blue) = 222+197+22=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC516 is #213AE9. Grayscale: #B9B9B9. Windows color (decimal): -2177770 or 1492446. OLE color: 1492446.
HSL color Cylindrical-coordinate representation of color #DEC516: hue angle of 52.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEC516 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.13 |
| HSL | 52.5º | 0.82% | 0.48% | - |
| HSV(B) | 52.5º | 0.9% | 0.87% | - |
| XYZ | 50.24 | 55.52 | 8.83 | - |
| YUV | 184.53 | 36.28 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 22 | 0 | 0.11 | 0.90 | 0.13 | 52.5 | 0.82 | 0.48 |
| Hex | DE | C5 | 16 | 0 | B | 5A | D | 34 | 52 | 30 |
| Octal | 336 | 305 | 26 | 0 | 13 | 132 | 15 | 64 | 122 | 60 |
| Binary | 11011110 | 11000101 | 10110 | 0 | 1011 | 1011010 | 1101 | 110100 | 1010010 | 110000 |
Color Harmonies of #DEC516
Complementary color
Monochromatic Colors of #DEC516
Black with #DEC516
Text Example
Text Example
White with #DEC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC516; }
p { color: rgb(222,197,22); }
H1.HeaderClassName
{
color: #DEC516;
}
.AnyTagClassName
{
color: #DEC516;
}
</style>
background-color css
<style>
a { background-color: #DEC516; }
a { background-color: rgb(222,197,22); }
div.DivClassName
{
background-color: #DEC516;
}
.BgClassName
{
background-color: #DEC516;
}
</style>
border-color css
<style>
span { border-color: #DEC516; }
span { border-color: rgb(222,197,22); }
td.TdClassName
{
border-color: #DEC516;
}
.TagClassName
{
border-color: #DEC516;
}
</style>