Shades of Sunflower #DEBB16
Tints of Sunflower #DEBB16
RGB
CMYK
RGB Variations
Color information
#DEBB16 (or 0xDEBB16) is known color: Sunflower. HEX triplet: DE, BB and 16. RGB value is (222,187,22). Sum of RGB (Red+Green+Blue) = 222+187+22=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB16 is #2144E9. Grayscale: #B3B3B3. Windows color (decimal): -2180330 or 1489886. OLE color: 1489886.
HSL color Cylindrical-coordinate representation of color #DEBB16: hue angle of 49.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 #DEBB16 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 22 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.13 |
| HSL | 49.5º | 0.82% | 0.48% | - |
| HSV(B) | 49.5º | 0.9% | 0.87% | - |
| XYZ | 48.04 | 51.13 | 8.1 | - |
| YUV | 178.66 | 39.6 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 22 | 0 | 0.16 | 0.90 | 0.13 | 49.5 | 0.82 | 0.48 |
| Hex | DE | BB | 16 | 0 | 10 | 5A | D | 32 | 52 | 30 |
| Octal | 336 | 273 | 26 | 0 | 20 | 132 | 15 | 62 | 122 | 60 |
| Binary | 11011110 | 10111011 | 10110 | 0 | 10000 | 1011010 | 1101 | 110010 | 1010010 | 110000 |
Color Harmonies of #DEBB16
Complementary color
Monochromatic Colors of #DEBB16
Black with #DEBB16
Text Example
Text Example
White with #DEBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB16; }
p { color: rgb(222,187,22); }
H1.HeaderClassName
{
color: #DEBB16;
}
.AnyTagClassName
{
color: #DEBB16;
}
</style>
background-color css
<style>
a { background-color: #DEBB16; }
a { background-color: rgb(222,187,22); }
div.DivClassName
{
background-color: #DEBB16;
}
.BgClassName
{
background-color: #DEBB16;
}
</style>
border-color css
<style>
span { border-color: #DEBB16; }
span { border-color: rgb(222,187,22); }
td.TdClassName
{
border-color: #DEBB16;
}
.TagClassName
{
border-color: #DEBB16;
}
</style>