Shades of Sunflower #DECD11
Tints of Sunflower #DECD11
RGB
CMYK
RGB Variations
Color information
#DECD11 (or 0xDECD11) is known color: Sunflower. HEX triplet: DE, CD and 11. RGB value is (222,205,17). Sum of RGB (Red+Green+Blue) = 222+205+17=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD11 is #2132EE. Grayscale: #BDBDBD. Windows color (decimal): -2175727 or 1166814. OLE color: 1166814.
HSL color Cylindrical-coordinate representation of color #DECD11: hue angle of 55.02º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DECD11 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.13 |
| HSL | 55.02º | 0.86% | 0.47% | - |
| HSV(B) | 55.02º | 0.92% | 0.87% | - |
| XYZ | 52.06 | 59.23 | 9.22 | - |
| YUV | 188.65 | 31.13 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 17 | 0 | 0.08 | 0.92 | 0.13 | 55.02 | 0.86 | 0.47 |
| Hex | DE | CD | 11 | 0 | 8 | 5C | D | 37 | 56 | 2F |
| Octal | 336 | 315 | 21 | 0 | 10 | 134 | 15 | 67 | 126 | 57 |
| Binary | 11011110 | 11001101 | 10001 | 0 | 1000 | 1011100 | 1101 | 110111 | 1010110 | 101111 |
Color Harmonies of #DECD11
Complementary color
Monochromatic Colors of #DECD11
Black with #DECD11
Text Example
Text Example
White with #DECD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD11; }
p { color: rgb(222,205,17); }
H1.HeaderClassName
{
color: #DECD11;
}
.AnyTagClassName
{
color: #DECD11;
}
</style>
background-color css
<style>
a { background-color: #DECD11; }
a { background-color: rgb(222,205,17); }
div.DivClassName
{
background-color: #DECD11;
}
.BgClassName
{
background-color: #DECD11;
}
</style>
border-color css
<style>
span { border-color: #DECD11; }
span { border-color: rgb(222,205,17); }
td.TdClassName
{
border-color: #DECD11;
}
.TagClassName
{
border-color: #DECD11;
}
</style>