Shades of Barberry #DEE015
Tints of Barberry #DEE015
RGB
CMYK
RGB Variations
Color information
#DEE015 (or 0xDEE015) is known color: Barberry. HEX triplet: DE, E0 and 15. RGB value is (222,224,21). Sum of RGB (Red+Green+Blue) = 222+224+21=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE015 is #211FEA. Grayscale: #C9C9C9. Windows color (decimal): -2170859 or 1433822. OLE color: 1433822.
HSL color Cylindrical-coordinate representation of color #DEE015: hue angle of 60.59º degrees, saturation: 0.83, 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 #DEE015 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 21 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.12 |
| HSL | 60.59º | 0.83% | 0.48% | - |
| HSV(B) | 60.59º | 0.91% | 0.88% | - |
| XYZ | 56.92 | 68.9 | 11.01 | - |
| YUV | 200.26 | 26.84 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 21 | 0.01 | 0 | 0.91 | 0.12 | 60.59 | 0.83 | 0.48 |
| Hex | DE | E0 | 15 | 1 | 0 | 5B | C | 3D | 53 | 30 |
| Octal | 336 | 340 | 25 | 1 | 0 | 133 | 14 | 75 | 123 | 60 |
| Binary | 11011110 | 11100000 | 10101 | 1 | 0 | 1011011 | 1100 | 111101 | 1010011 | 110000 |
Color Harmonies of #DEE015
Complementary color
Monochromatic Colors of #DEE015
Black with #DEE015
Text Example
Text Example
White with #DEE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE015; }
p { color: rgb(222,224,21); }
H1.HeaderClassName
{
color: #DEE015;
}
.AnyTagClassName
{
color: #DEE015;
}
</style>
background-color css
<style>
a { background-color: #DEE015; }
a { background-color: rgb(222,224,21); }
div.DivClassName
{
background-color: #DEE015;
}
.BgClassName
{
background-color: #DEE015;
}
</style>
border-color css
<style>
span { border-color: #DEE015; }
span { border-color: rgb(222,224,21); }
td.TdClassName
{
border-color: #DEE015;
}
.TagClassName
{
border-color: #DEE015;
}
</style>