Shades of Sunflower #DEBB06
Tints of Sunflower #DEBB06
RGB
CMYK
RGB Variations
Color information
#DEBB06 (or 0xDEBB06) is known color: Sunflower. HEX triplet: DE, BB and 06. RGB value is (222,187,6). Sum of RGB (Red+Green+Blue) = 222+187+6=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB06 is #2144F9. Grayscale: #B1B1B1. Windows color (decimal): -2180346 or 441310. OLE color: 441310.
HSL color Cylindrical-coordinate representation of color #DEBB06: hue angle of 50.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEBB06 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.13 |
| HSL | 50.28º | 0.95% | 0.45% | - |
| HSV(B) | 50.28º | 0.97% | 0.87% | - |
| XYZ | 47.93 | 51.08 | 7.51 | - |
| YUV | 176.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 6 | 0 | 0.16 | 0.97 | 0.13 | 50.28 | 0.95 | 0.45 |
| Hex | DE | BB | 6 | 0 | 10 | 61 | D | 32 | 5F | 2D |
| Octal | 336 | 273 | 6 | 0 | 20 | 141 | 15 | 62 | 137 | 55 |
| Binary | 11011110 | 10111011 | 110 | 0 | 10000 | 1100001 | 1101 | 110010 | 1011111 | 101101 |
Color Harmonies of #DEBB06
Complementary color
Monochromatic Colors of #DEBB06
Black with #DEBB06
Text Example
Text Example
White with #DEBB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB06; }
p { color: rgb(222,187,6); }
H1.HeaderClassName
{
color: #DEBB06;
}
.AnyTagClassName
{
color: #DEBB06;
}
</style>
background-color css
<style>
a { background-color: #DEBB06; }
a { background-color: rgb(222,187,6); }
div.DivClassName
{
background-color: #DEBB06;
}
.BgClassName
{
background-color: #DEBB06;
}
</style>
border-color css
<style>
span { border-color: #DEBB06; }
span { border-color: rgb(222,187,6); }
td.TdClassName
{
border-color: #DEBB06;
}
.TagClassName
{
border-color: #DEBB06;
}
</style>