Shades of Barberry #DEE016
Tints of Barberry #DEE016
RGB
CMYK
RGB Variations
Color information
#DEE016 (or 0xDEE016) is known color: Barberry. HEX triplet: DE, E0 and 16. RGB value is (222,224,22). Sum of RGB (Red+Green+Blue) = 222+224+22=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE016 is #211FE9. Grayscale: #C9C9C9. Windows color (decimal): -2170858 or 1499358. OLE color: 1499358.
HSL color Cylindrical-coordinate representation of color #DEE016: hue angle of 60.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEE016 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.12 |
| HSL | 60.59º | 0.82% | 0.48% | - |
| HSV(B) | 60.59º | 0.9% | 0.88% | - |
| XYZ | 56.92 | 68.9 | 11.06 | - |
| YUV | 200.37 | 27.34 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 22 | 0.01 | 0 | 0.90 | 0.12 | 60.59 | 0.82 | 0.48 |
| Hex | DE | E0 | 16 | 1 | 0 | 5A | C | 3D | 52 | 30 |
| Octal | 336 | 340 | 26 | 1 | 0 | 132 | 14 | 75 | 122 | 60 |
| Binary | 11011110 | 11100000 | 10110 | 1 | 0 | 1011010 | 1100 | 111101 | 1010010 | 110000 |
Color Harmonies of #DEE016
Complementary color
Monochromatic Colors of #DEE016
Black with #DEE016
Text Example
Text Example
White with #DEE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE016; }
p { color: rgb(222,224,22); }
H1.HeaderClassName
{
color: #DEE016;
}
.AnyTagClassName
{
color: #DEE016;
}
</style>
background-color css
<style>
a { background-color: #DEE016; }
a { background-color: rgb(222,224,22); }
div.DivClassName
{
background-color: #DEE016;
}
.BgClassName
{
background-color: #DEE016;
}
</style>
border-color css
<style>
span { border-color: #DEE016; }
span { border-color: rgb(222,224,22); }
td.TdClassName
{
border-color: #DEE016;
}
.TagClassName
{
border-color: #DEE016;
}
</style>