Shades of Sunflower #DEBA01
Tints of Sunflower #DEBA01
RGB
CMYK
RGB Variations
Color information
#DEBA01 (or 0xDEBA01) is known color: Sunflower. HEX triplet: DE, BA and 01. RGB value is (222,186,1). Sum of RGB (Red+Green+Blue) = 222+186+1=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA01 is #2145FE. Grayscale: #B0B0B0. Windows color (decimal): -2180607 or 113374. OLE color: 113374.
HSL color Cylindrical-coordinate representation of color #DEBA01: hue angle of 50.23º 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 #DEBA01 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.13 |
| HSL | 50.23º | 0.99% | 0.44% | - |
| HSV(B) | 50.23º | 1% | 0.87% | - |
| XYZ | 47.69 | 50.65 | 7.29 | - |
| YUV | 175.67 | 29.43 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 1 | 0 | 0.16 | 1.00 | 0.13 | 50.23 | 0.99 | 0.44 |
| Hex | DE | BA | 1 | 0 | 10 | 64 | D | 32 | 63 | 2C |
| Octal | 336 | 272 | 1 | 0 | 20 | 144 | 15 | 62 | 143 | 54 |
| Binary | 11011110 | 10111010 | 1 | 0 | 10000 | 1100100 | 1101 | 110010 | 1100011 | 101100 |
Color Harmonies of #DEBA01
Complementary color
Monochromatic Colors of #DEBA01
Black with #DEBA01
Text Example
Text Example
White with #DEBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBA01; }
p { color: rgb(222,186,1); }
H1.HeaderClassName
{
color: #DEBA01;
}
.AnyTagClassName
{
color: #DEBA01;
}
</style>
background-color css
<style>
a { background-color: #DEBA01; }
a { background-color: rgb(222,186,1); }
div.DivClassName
{
background-color: #DEBA01;
}
.BgClassName
{
background-color: #DEBA01;
}
</style>
border-color css
<style>
span { border-color: #DEBA01; }
span { border-color: rgb(222,186,1); }
td.TdClassName
{
border-color: #DEBA01;
}
.TagClassName
{
border-color: #DEBA01;
}
</style>