Shades of Sunflower #DEBB11
Tints of Sunflower #DEBB11
RGB
CMYK
RGB Variations
Color information
#DEBB11 (or 0xDEBB11) is known color: Sunflower. HEX triplet: DE, BB and 11. RGB value is (222,187,17). Sum of RGB (Red+Green+Blue) = 222+187+17=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB11 is #2144EE. Grayscale: #B2B2B2. Windows color (decimal): -2180335 or 1162206. OLE color: 1162206.
HSL color Cylindrical-coordinate representation of color #DEBB11: hue angle of 49.76º 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 #DEBB11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.13 |
| HSL | 49.76º | 0.86% | 0.47% | - |
| HSV(B) | 49.76º | 0.92% | 0.87% | - |
| XYZ | 48 | 51.11 | 7.87 | - |
| YUV | 178.09 | 37.1 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 17 | 0 | 0.16 | 0.92 | 0.13 | 49.76 | 0.86 | 0.47 |
| Hex | DE | BB | 11 | 0 | 10 | 5C | D | 32 | 56 | 2F |
| Octal | 336 | 273 | 21 | 0 | 20 | 134 | 15 | 62 | 126 | 57 |
| Binary | 11011110 | 10111011 | 10001 | 0 | 10000 | 1011100 | 1101 | 110010 | 1010110 | 101111 |
Color Harmonies of #DEBB11
Complementary color
Monochromatic Colors of #DEBB11
Black with #DEBB11
Text Example
Text Example
White with #DEBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB11; }
p { color: rgb(222,187,17); }
H1.HeaderClassName
{
color: #DEBB11;
}
.AnyTagClassName
{
color: #DEBB11;
}
</style>
background-color css
<style>
a { background-color: #DEBB11; }
a { background-color: rgb(222,187,17); }
div.DivClassName
{
background-color: #DEBB11;
}
.BgClassName
{
background-color: #DEBB11;
}
</style>
border-color css
<style>
span { border-color: #DEBB11; }
span { border-color: rgb(222,187,17); }
td.TdClassName
{
border-color: #DEBB11;
}
.TagClassName
{
border-color: #DEBB11;
}
</style>