Shades of Sunflower #DECD16
Tints of Sunflower #DECD16
RGB
CMYK
RGB Variations
Color information
#DECD16 (or 0xDECD16) is known color: Sunflower. HEX triplet: DE, CD and 16. RGB value is (222,205,22). Sum of RGB (Red+Green+Blue) = 222+205+22=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD16 is #2132E9. Grayscale: #BDBDBD. Windows color (decimal): -2175722 or 1494494. OLE color: 1494494.
HSL color Cylindrical-coordinate representation of color #DECD16: hue angle of 54.9º 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 #DECD16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 22 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.13 |
| HSL | 54.9º | 0.82% | 0.48% | - |
| HSV(B) | 54.9º | 0.9% | 0.87% | - |
| XYZ | 52.1 | 59.25 | 9.45 | - |
| YUV | 189.22 | 33.63 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 22 | 0 | 0.08 | 0.90 | 0.13 | 54.9 | 0.82 | 0.48 |
| Hex | DE | CD | 16 | 0 | 8 | 5A | D | 37 | 52 | 30 |
| Octal | 336 | 315 | 26 | 0 | 10 | 132 | 15 | 67 | 122 | 60 |
| Binary | 11011110 | 11001101 | 10110 | 0 | 1000 | 1011010 | 1101 | 110111 | 1010010 | 110000 |
Color Harmonies of #DECD16
Complementary color
Monochromatic Colors of #DECD16
Black with #DECD16
Text Example
Text Example
White with #DECD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD16; }
p { color: rgb(222,205,22); }
H1.HeaderClassName
{
color: #DECD16;
}
.AnyTagClassName
{
color: #DECD16;
}
</style>
background-color css
<style>
a { background-color: #DECD16; }
a { background-color: rgb(222,205,22); }
div.DivClassName
{
background-color: #DECD16;
}
.BgClassName
{
background-color: #DECD16;
}
</style>
border-color css
<style>
span { border-color: #DECD16; }
span { border-color: rgb(222,205,22); }
td.TdClassName
{
border-color: #DECD16;
}
.TagClassName
{
border-color: #DECD16;
}
</style>