Shades of Sunflower #DEBB04
Tints of Sunflower #DEBB04
RGB
CMYK
RGB Variations
Color information
#DEBB04 (or 0xDEBB04) is known color: Sunflower. HEX triplet: DE, BB and 04. RGB value is (222,187,4). Sum of RGB (Red+Green+Blue) = 222+187+4=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB04 is #2144FB. Grayscale: #B1B1B1. Windows color (decimal): -2180348 or 310238. OLE color: 310238.
HSL color Cylindrical-coordinate representation of color #DEBB04: hue angle of 50.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEBB04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.13 |
| HSL | 50.37º | 0.96% | 0.44% | - |
| HSV(B) | 50.37º | 0.98% | 0.87% | - |
| XYZ | 47.92 | 51.08 | 7.45 | - |
| YUV | 176.6 | 30.6 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 4 | 0 | 0.16 | 0.98 | 0.13 | 50.37 | 0.96 | 0.44 |
| Hex | DE | BB | 4 | 0 | 10 | 62 | D | 32 | 60 | 2C |
| Octal | 336 | 273 | 4 | 0 | 20 | 142 | 15 | 62 | 140 | 54 |
| Binary | 11011110 | 10111011 | 100 | 0 | 10000 | 1100010 | 1101 | 110010 | 1100000 | 101100 |
Color Harmonies of #DEBB04
Complementary color
Monochromatic Colors of #DEBB04
Black with #DEBB04
Text Example
Text Example
White with #DEBB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBB04; }
p { color: rgb(222,187,4); }
H1.HeaderClassName
{
color: #DEBB04;
}
.AnyTagClassName
{
color: #DEBB04;
}
</style>
background-color css
<style>
a { background-color: #DEBB04; }
a { background-color: rgb(222,187,4); }
div.DivClassName
{
background-color: #DEBB04;
}
.BgClassName
{
background-color: #DEBB04;
}
</style>
border-color css
<style>
span { border-color: #DEBB04; }
span { border-color: rgb(222,187,4); }
td.TdClassName
{
border-color: #DEBB04;
}
.TagClassName
{
border-color: #DEBB04;
}
</style>