Shades of Barberry #D5E110
Tints of Barberry #D5E110
RGB
CMYK
RGB Variations
Color information
#D5E110 (or 0xD5E110) is known color: Barberry. HEX triplet: D5, E1 and 10. RGB value is (213,225,16). Sum of RGB (Red+Green+Blue) = 213+225+16=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E110 is #2A1EEF. Grayscale: #C6C6C6. Windows color (decimal): -2760432 or 1106389. OLE color: 1106389.
HSL color Cylindrical-coordinate representation of color #D5E110: hue angle of 63.44º 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 #D5E110 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.12 |
| HSL | 63.44º | 0.87% | 0.47% | - |
| HSV(B) | 63.44º | 0.93% | 0.88% | - |
| XYZ | 54.46 | 68.03 | 10.75 | - |
| YUV | 197.59 | 25.52 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 16 | 0.05 | 0 | 0.93 | 0.12 | 63.44 | 0.87 | 0.47 |
| Hex | D5 | E1 | 10 | 5 | 0 | 5D | C | 3F | 57 | 2F |
| Octal | 325 | 341 | 20 | 5 | 0 | 135 | 14 | 77 | 127 | 57 |
| Binary | 11010101 | 11100001 | 10000 | 101 | 0 | 1011101 | 1100 | 111111 | 1010111 | 101111 |
Color Harmonies of #D5E110
Complementary color
Monochromatic Colors of #D5E110
Black with #D5E110
Text Example
Text Example
White with #D5E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E110; }
p { color: rgb(213,225,16); }
H1.HeaderClassName
{
color: #D5E110;
}
.AnyTagClassName
{
color: #D5E110;
}
</style>
background-color css
<style>
a { background-color: #D5E110; }
a { background-color: rgb(213,225,16); }
div.DivClassName
{
background-color: #D5E110;
}
.BgClassName
{
background-color: #D5E110;
}
</style>
border-color css
<style>
span { border-color: #D5E110; }
span { border-color: rgb(213,225,16); }
td.TdClassName
{
border-color: #D5E110;
}
.TagClassName
{
border-color: #D5E110;
}
</style>