Shades of Sunflower #DEBA00
Tints of Sunflower #DEBA00
RGB
CMYK
RGB Variations
Color information
#DEBA00 (or 0xDEBA00) is known color: Sunflower. HEX triplet: DE, BA and 00. RGB value is (222,186,0). Sum of RGB (Red+Green+Blue) = 222+186+0=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA00 is #2145FF. Grayscale: #B0B0B0. Windows color (decimal): -2180608 or 47838. OLE color: 47838.
HSL color Cylindrical-coordinate representation of color #DEBA00: hue angle of 50.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEBA00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.13 |
| HSL | 50.27º | 1% | 0.44% | - |
| HSV(B) | 50.27º | 1% | 0.87% | - |
| XYZ | 47.68 | 50.65 | 7.26 | - |
| YUV | 175.56 | 28.93 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 0 | 0 | 0.16 | 1 | 0.13 | 50.27 | 1 | 0.44 |
| Hex | DE | BA | 0 | 0 | 10 | 64 | D | 32 | 64 | 2C |
| Octal | 336 | 272 | 0 | 0 | 20 | 144 | 15 | 62 | 144 | 54 |
| Binary | 11011110 | 10111010 | 0 | 0 | 10000 | 1100100 | 1101 | 110010 | 1100100 | 101100 |
Color Harmonies of #DEBA00
Complementary color
Monochromatic Colors of #DEBA00
Black with #DEBA00
Text Example
Text Example
White with #DEBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA00; }
p { color: rgb(222,186,0); }
H1.HeaderClassName
{
color: #DEBA00;
}
.AnyTagClassName
{
color: #DEBA00;
}
</style>
background-color css
<style>
a { background-color: #DEBA00; }
a { background-color: rgb(222,186,0); }
div.DivClassName
{
background-color: #DEBA00;
}
.BgClassName
{
background-color: #DEBA00;
}
</style>
border-color css
<style>
span { border-color: #DEBA00; }
span { border-color: rgb(222,186,0); }
td.TdClassName
{
border-color: #DEBA00;
}
.TagClassName
{
border-color: #DEBA00;
}
</style>