Shades of Sunflower #DEBA19
Tints of Sunflower #DEBA19
RGB
CMYK
RGB Variations
Color information
#DEBA19 (or 0xDEBA19) is known color: Sunflower. HEX triplet: DE, BA and 19. RGB value is (222,186,25). Sum of RGB (Red+Green+Blue) = 222+186+25=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA19 is #2145E6. Grayscale: #B3B3B3. Windows color (decimal): -2180583 or 1686238. OLE color: 1686238.
HSL color Cylindrical-coordinate representation of color #DEBA19: hue angle of 49.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEBA19 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 25 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.13 |
| HSL | 49.04º | 0.8% | 0.48% | - |
| HSV(B) | 49.04º | 0.89% | 0.87% | - |
| XYZ | 47.86 | 50.72 | 8.19 | - |
| YUV | 178.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 25 | 0 | 0.16 | 0.89 | 0.13 | 49.04 | 0.8 | 0.48 |
| Hex | DE | BA | 19 | 0 | 10 | 59 | D | 31 | 50 | 30 |
| Octal | 336 | 272 | 31 | 0 | 20 | 131 | 15 | 61 | 120 | 60 |
| Binary | 11011110 | 10111010 | 11001 | 0 | 10000 | 1011001 | 1101 | 110001 | 1010000 | 110000 |
Color Harmonies of #DEBA19
Complementary color
Monochromatic Colors of #DEBA19
Black with #DEBA19
Text Example
Text Example
White with #DEBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA19; }
p { color: rgb(222,186,25); }
H1.HeaderClassName
{
color: #DEBA19;
}
.AnyTagClassName
{
color: #DEBA19;
}
</style>
background-color css
<style>
a { background-color: #DEBA19; }
a { background-color: rgb(222,186,25); }
div.DivClassName
{
background-color: #DEBA19;
}
.BgClassName
{
background-color: #DEBA19;
}
</style>
border-color css
<style>
span { border-color: #DEBA19; }
span { border-color: rgb(222,186,25); }
td.TdClassName
{
border-color: #DEBA19;
}
.TagClassName
{
border-color: #DEBA19;
}
</style>