Shades of Barberry #D8E110
Tints of Barberry #D8E110
RGB
CMYK
RGB Variations
Color information
#D8E110 (or 0xD8E110) is known color: Barberry. HEX triplet: D8, E1 and 10. RGB value is (216,225,16). Sum of RGB (Red+Green+Blue) = 216+225+16=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8E110 is #271EEF. Grayscale: #C7C7C7. Windows color (decimal): -2563824 or 1106392. OLE color: 1106392.
HSL color Cylindrical-coordinate representation of color #D8E110: hue angle of 62.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8E110 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 16 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.12 |
| HSL | 62.58º | 0.87% | 0.47% | - |
| HSV(B) | 62.58º | 0.93% | 0.88% | - |
| XYZ | 55.34 | 68.49 | 10.79 | - |
| YUV | 198.48 | 25.02 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 16 | 0.04 | 0 | 0.93 | 0.12 | 62.58 | 0.87 | 0.47 |
| Hex | D8 | E1 | 10 | 4 | 0 | 5D | C | 3F | 57 | 2F |
| Octal | 330 | 341 | 20 | 4 | 0 | 135 | 14 | 77 | 127 | 57 |
| Binary | 11011000 | 11100001 | 10000 | 100 | 0 | 1011101 | 1100 | 111111 | 1010111 | 101111 |
Color Harmonies of #D8E110
Complementary color
Monochromatic Colors of #D8E110
Black with #D8E110
Text Example
Text Example
White with #D8E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E110; }
p { color: rgb(216,225,16); }
H1.HeaderClassName
{
color: #D8E110;
}
.AnyTagClassName
{
color: #D8E110;
}
</style>
background-color css
<style>
a { background-color: #D8E110; }
a { background-color: rgb(216,225,16); }
div.DivClassName
{
background-color: #D8E110;
}
.BgClassName
{
background-color: #D8E110;
}
</style>
border-color css
<style>
span { border-color: #D8E110; }
span { border-color: rgb(216,225,16); }
td.TdClassName
{
border-color: #D8E110;
}
.TagClassName
{
border-color: #D8E110;
}
</style>