Shades of Barberry #DEE112
Tints of Barberry #DEE112
RGB
CMYK
RGB Variations
Color information
#DEE112 (or 0xDEE112) is known color: Barberry. HEX triplet: DE, E1 and 12. RGB value is (222,225,18). Sum of RGB (Red+Green+Blue) = 222+225+18=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE112 is #211EED. Grayscale: #C9C9C9. Windows color (decimal): -2170606 or 1237470. OLE color: 1237470.
HSL color Cylindrical-coordinate representation of color #DEE112: hue angle of 60.87º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEE112 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 18 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.12 |
| HSL | 60.87º | 0.85% | 0.48% | - |
| HSV(B) | 60.87º | 0.92% | 0.88% | - |
| XYZ | 57.16 | 69.42 | 10.96 | - |
| YUV | 200.51 | 25.01 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 18 | 0.01 | 0 | 0.92 | 0.12 | 60.87 | 0.85 | 0.48 |
| Hex | DE | E1 | 12 | 1 | 0 | 5C | C | 3D | 55 | 30 |
| Octal | 336 | 341 | 22 | 1 | 0 | 134 | 14 | 75 | 125 | 60 |
| Binary | 11011110 | 11100001 | 10010 | 1 | 0 | 1011100 | 1100 | 111101 | 1010101 | 110000 |
Color Harmonies of #DEE112
Complementary color
Monochromatic Colors of #DEE112
Black with #DEE112
Text Example
Text Example
White with #DEE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE112; }
p { color: rgb(222,225,18); }
H1.HeaderClassName
{
color: #DEE112;
}
.AnyTagClassName
{
color: #DEE112;
}
</style>
background-color css
<style>
a { background-color: #DEE112; }
a { background-color: rgb(222,225,18); }
div.DivClassName
{
background-color: #DEE112;
}
.BgClassName
{
background-color: #DEE112;
}
</style>
border-color css
<style>
span { border-color: #DEE112; }
span { border-color: rgb(222,225,18); }
td.TdClassName
{
border-color: #DEE112;
}
.TagClassName
{
border-color: #DEE112;
}
</style>