Shades of Sunflower #DEBA15
Tints of Sunflower #DEBA15
RGB
CMYK
RGB Variations
Color information
#DEBA15 (or 0xDEBA15) is known color: Sunflower. HEX triplet: DE, BA and 15. RGB value is (222,186,21). Sum of RGB (Red+Green+Blue) = 222+186+21=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA15 is #2145EA. Grayscale: #B2B2B2. Windows color (decimal): -2180587 or 1424094. OLE color: 1424094.
HSL color Cylindrical-coordinate representation of color #DEBA15: hue angle of 49.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEBA15 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 21 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.13 |
| HSL | 49.25º | 0.83% | 0.48% | - |
| HSV(B) | 49.25º | 0.91% | 0.87% | - |
| XYZ | 47.82 | 50.7 | 7.98 | - |
| YUV | 177.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 21 | 0 | 0.16 | 0.91 | 0.13 | 49.25 | 0.83 | 0.48 |
| Hex | DE | BA | 15 | 0 | 10 | 5B | D | 31 | 53 | 30 |
| Octal | 336 | 272 | 25 | 0 | 20 | 133 | 15 | 61 | 123 | 60 |
| Binary | 11011110 | 10111010 | 10101 | 0 | 10000 | 1011011 | 1101 | 110001 | 1010011 | 110000 |
Color Harmonies of #DEBA15
Complementary color
Monochromatic Colors of #DEBA15
Black with #DEBA15
Text Example
Text Example
White with #DEBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA15; }
p { color: rgb(222,186,21); }
H1.HeaderClassName
{
color: #DEBA15;
}
.AnyTagClassName
{
color: #DEBA15;
}
</style>
background-color css
<style>
a { background-color: #DEBA15; }
a { background-color: rgb(222,186,21); }
div.DivClassName
{
background-color: #DEBA15;
}
.BgClassName
{
background-color: #DEBA15;
}
</style>
border-color css
<style>
span { border-color: #DEBA15; }
span { border-color: rgb(222,186,21); }
td.TdClassName
{
border-color: #DEBA15;
}
.TagClassName
{
border-color: #DEBA15;
}
</style>