Shades of Barberry #DEE014
Tints of Barberry #DEE014
RGB
CMYK
RGB Variations
Color information
#DEE014 (or 0xDEE014) is known color: Barberry. HEX triplet: DE, E0 and 14. RGB value is (222,224,20). Sum of RGB (Red+Green+Blue) = 222+224+20=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE014 is #211FEB. Grayscale: #C8C8C8. Windows color (decimal): -2170860 or 1368286. OLE color: 1368286.
HSL color Cylindrical-coordinate representation of color #DEE014: hue angle of 60.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEE014 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 20 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.12 |
| HSL | 60.59º | 0.84% | 0.48% | - |
| HSV(B) | 60.59º | 0.91% | 0.88% | - |
| XYZ | 56.91 | 68.89 | 10.96 | - |
| YUV | 200.15 | 26.34 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 20 | 0.01 | 0 | 0.91 | 0.12 | 60.59 | 0.84 | 0.48 |
| Hex | DE | E0 | 14 | 1 | 0 | 5B | C | 3D | 54 | 30 |
| Octal | 336 | 340 | 24 | 1 | 0 | 133 | 14 | 75 | 124 | 60 |
| Binary | 11011110 | 11100000 | 10100 | 1 | 0 | 1011011 | 1100 | 111101 | 1010100 | 110000 |
Color Harmonies of #DEE014
Complementary color
Monochromatic Colors of #DEE014
Black with #DEE014
Text Example
Text Example
White with #DEE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE014; }
p { color: rgb(222,224,20); }
H1.HeaderClassName
{
color: #DEE014;
}
.AnyTagClassName
{
color: #DEE014;
}
</style>
background-color css
<style>
a { background-color: #DEE014; }
a { background-color: rgb(222,224,20); }
div.DivClassName
{
background-color: #DEE014;
}
.BgClassName
{
background-color: #DEE014;
}
</style>
border-color css
<style>
span { border-color: #DEE014; }
span { border-color: rgb(222,224,20); }
td.TdClassName
{
border-color: #DEE014;
}
.TagClassName
{
border-color: #DEE014;
}
</style>