Shades of Sunflower #DEBA0D
Tints of Sunflower #DEBA0D
RGB
CMYK
RGB Variations
Color information
#DEBA0D (or 0xDEBA0D) is known color: Sunflower. HEX triplet: DE, BA and 0D. RGB value is (222,186,13). Sum of RGB (Red+Green+Blue) = 222+186+13=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA0D is #2145F2. Grayscale: #B1B1B1. Windows color (decimal): -2180595 or 899806. OLE color: 899806.
HSL color Cylindrical-coordinate representation of color #DEBA0D: hue angle of 49.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEBA0D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.13 |
| HSL | 49.67º | 0.89% | 0.46% | - |
| HSV(B) | 49.67º | 0.94% | 0.87% | - |
| XYZ | 47.76 | 50.68 | 7.65 | - |
| YUV | 177.04 | 35.43 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 13 | 0 | 0.16 | 0.94 | 0.13 | 49.67 | 0.89 | 0.46 |
| Hex | DE | BA | D | 0 | 10 | 5E | D | 32 | 59 | 2E |
| Octal | 336 | 272 | 15 | 0 | 20 | 136 | 15 | 62 | 131 | 56 |
| Binary | 11011110 | 10111010 | 1101 | 0 | 10000 | 1011110 | 1101 | 110010 | 1011001 | 101110 |
Color Harmonies of #DEBA0D
Complementary color
Monochromatic Colors of #DEBA0D
Black with #DEBA0D
Text Example
Text Example
White with #DEBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA0D; }
p { color: rgb(222,186,13); }
H1.HeaderClassName
{
color: #DEBA0D;
}
.AnyTagClassName
{
color: #DEBA0D;
}
</style>
background-color css
<style>
a { background-color: #DEBA0D; }
a { background-color: rgb(222,186,13); }
div.DivClassName
{
background-color: #DEBA0D;
}
.BgClassName
{
background-color: #DEBA0D;
}
</style>
border-color css
<style>
span { border-color: #DEBA0D; }
span { border-color: rgb(222,186,13); }
td.TdClassName
{
border-color: #DEBA0D;
}
.TagClassName
{
border-color: #DEBA0D;
}
</style>