Shades of Sunflower #DEBC00
Tints of Sunflower #DEBC00
RGB
CMYK
RGB Variations
Color information
#DEBC00 (or 0xDEBC00) is known color: Sunflower. HEX triplet: DE, BC and 00. RGB value is (222,188,0). Sum of RGB (Red+Green+Blue) = 222+188+0=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC00 is #2143FF. Grayscale: #B1B1B1. Windows color (decimal): -2180096 or 48350. OLE color: 48350.
HSL color Cylindrical-coordinate representation of color #DEBC00: hue angle of 50.81º 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 #DEBC00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.13 |
| HSL | 50.81º | 1% | 0.44% | - |
| HSV(B) | 50.81º | 1% | 0.87% | - |
| XYZ | 48.11 | 51.5 | 7.4 | - |
| YUV | 176.73 | 28.26 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 0 | 0 | 0.15 | 1 | 0.13 | 50.81 | 1 | 0.44 |
| Hex | DE | BC | 0 | 0 | F | 64 | D | 33 | 64 | 2C |
| Octal | 336 | 274 | 0 | 0 | 17 | 144 | 15 | 63 | 144 | 54 |
| Binary | 11011110 | 10111100 | 0 | 0 | 1111 | 1100100 | 1101 | 110011 | 1100100 | 101100 |
Color Harmonies of #DEBC00
Complementary color
Monochromatic Colors of #DEBC00
Black with #DEBC00
Text Example
Text Example
White with #DEBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC00; }
p { color: rgb(222,188,0); }
H1.HeaderClassName
{
color: #DEBC00;
}
.AnyTagClassName
{
color: #DEBC00;
}
</style>
background-color css
<style>
a { background-color: #DEBC00; }
a { background-color: rgb(222,188,0); }
div.DivClassName
{
background-color: #DEBC00;
}
.BgClassName
{
background-color: #DEBC00;
}
</style>
border-color css
<style>
span { border-color: #DEBC00; }
span { border-color: rgb(222,188,0); }
td.TdClassName
{
border-color: #DEBC00;
}
.TagClassName
{
border-color: #DEBC00;
}
</style>