Shades of Sunflower #DEBB23
Tints of Sunflower #DEBB23
RGB
CMYK
RGB Variations
Color information
#DEBB23 (or 0xDEBB23) is known color: Sunflower. HEX triplet: DE, BB and 23. RGB value is (222,187,35). Sum of RGB (Red+Green+Blue) = 222+187+35=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB23 is #2144DC. Grayscale: #B4B4B4. Windows color (decimal): -2180317 or 2341854. OLE color: 2341854.
HSL color Cylindrical-coordinate representation of color #DEBB23: hue angle of 48.77º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEBB23 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 35 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.13 |
| HSL | 48.77º | 0.74% | 0.5% | - |
| HSV(B) | 48.77º | 0.84% | 0.87% | - |
| XYZ | 48.2 | 51.19 | 8.93 | - |
| YUV | 180.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 35 | 0 | 0.16 | 0.84 | 0.13 | 48.77 | 0.74 | 0.5 |
| Hex | DE | BB | 23 | 0 | 10 | 54 | D | 31 | 4A | 32 |
| Octal | 336 | 273 | 43 | 0 | 20 | 124 | 15 | 61 | 112 | 62 |
| Binary | 11011110 | 10111011 | 100011 | 0 | 10000 | 1010100 | 1101 | 110001 | 1001010 | 110010 |
Color Harmonies of #DEBB23
Complementary color
Monochromatic Colors of #DEBB23
Black with #DEBB23
Text Example
Text Example
White with #DEBB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB23; }
p { color: rgb(222,187,35); }
H1.HeaderClassName
{
color: #DEBB23;
}
.AnyTagClassName
{
color: #DEBB23;
}
</style>
background-color css
<style>
a { background-color: #DEBB23; }
a { background-color: rgb(222,187,35); }
div.DivClassName
{
background-color: #DEBB23;
}
.BgClassName
{
background-color: #DEBB23;
}
</style>
border-color css
<style>
span { border-color: #DEBB23; }
span { border-color: rgb(222,187,35); }
td.TdClassName
{
border-color: #DEBB23;
}
.TagClassName
{
border-color: #DEBB23;
}
</style>