Shades of Barberry #D8E112
Tints of Barberry #D8E112
RGB
CMYK
RGB Variations
Color information
#D8E112 (or 0xD8E112) is known color: Barberry. HEX triplet: D8, E1 and 12. RGB value is (216,225,18). Sum of RGB (Red+Green+Blue) = 216+225+18=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8E112 is #271EED. Grayscale: #C7C7C7. Windows color (decimal): -2563822 or 1237464. OLE color: 1237464.
HSL color Cylindrical-coordinate representation of color #D8E112: hue angle of 62.61º 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 #D8E112 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 18 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.12 |
| HSL | 62.61º | 0.85% | 0.48% | - |
| HSV(B) | 62.61º | 0.92% | 0.88% | - |
| XYZ | 55.35 | 68.49 | 10.88 | - |
| YUV | 198.71 | 26.02 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 18 | 0.04 | 0 | 0.92 | 0.12 | 62.61 | 0.85 | 0.48 |
| Hex | D8 | E1 | 12 | 4 | 0 | 5C | C | 3F | 55 | 30 |
| Octal | 330 | 341 | 22 | 4 | 0 | 134 | 14 | 77 | 125 | 60 |
| Binary | 11011000 | 11100001 | 10010 | 100 | 0 | 1011100 | 1100 | 111111 | 1010101 | 110000 |
Color Harmonies of #D8E112
Complementary color
Monochromatic Colors of #D8E112
Black with #D8E112
Text Example
Text Example
White with #D8E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E112; }
p { color: rgb(216,225,18); }
H1.HeaderClassName
{
color: #D8E112;
}
.AnyTagClassName
{
color: #D8E112;
}
</style>
background-color css
<style>
a { background-color: #D8E112; }
a { background-color: rgb(216,225,18); }
div.DivClassName
{
background-color: #D8E112;
}
.BgClassName
{
background-color: #D8E112;
}
</style>
border-color css
<style>
span { border-color: #D8E112; }
span { border-color: rgb(216,225,18); }
td.TdClassName
{
border-color: #D8E112;
}
.TagClassName
{
border-color: #D8E112;
}
</style>