Shades of Sunflower #DEBC01
Tints of Sunflower #DEBC01
RGB
CMYK
RGB Variations
Color information
#DEBC01 (or 0xDEBC01) is known color: Sunflower. HEX triplet: DE, BC and 01. RGB value is (222,188,1). Sum of RGB (Red+Green+Blue) = 222+188+1=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC01 is #2143FE. Grayscale: #B1B1B1. Windows color (decimal): -2180095 or 113886. OLE color: 113886.
HSL color Cylindrical-coordinate representation of color #DEBC01: hue angle of 50.77º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEBC01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.13 |
| HSL | 50.77º | 0.99% | 0.44% | - |
| HSV(B) | 50.77º | 1% | 0.87% | - |
| XYZ | 48.11 | 51.5 | 7.43 | - |
| YUV | 176.85 | 28.76 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 1 | 0 | 0.15 | 1.00 | 0.13 | 50.77 | 0.99 | 0.44 |
| Hex | DE | BC | 1 | 0 | F | 64 | D | 33 | 63 | 2C |
| Octal | 336 | 274 | 1 | 0 | 17 | 144 | 15 | 63 | 143 | 54 |
| Binary | 11011110 | 10111100 | 1 | 0 | 1111 | 1100100 | 1101 | 110011 | 1100011 | 101100 |
Color Harmonies of #DEBC01
Complementary color
Monochromatic Colors of #DEBC01
Black with #DEBC01
Text Example
Text Example
White with #DEBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC01; }
p { color: rgb(222,188,1); }
H1.HeaderClassName
{
color: #DEBC01;
}
.AnyTagClassName
{
color: #DEBC01;
}
</style>
background-color css
<style>
a { background-color: #DEBC01; }
a { background-color: rgb(222,188,1); }
div.DivClassName
{
background-color: #DEBC01;
}
.BgClassName
{
background-color: #DEBC01;
}
</style>
border-color css
<style>
span { border-color: #DEBC01; }
span { border-color: rgb(222,188,1); }
td.TdClassName
{
border-color: #DEBC01;
}
.TagClassName
{
border-color: #DEBC01;
}
</style>