Shades of Barberry #D1E10E
Tints of Barberry #D1E10E
RGB
CMYK
RGB Variations
Color information
#D1E10E (or 0xD1E10E) is known color: Barberry. HEX triplet: D1, E1 and 0E. RGB value is (209,225,14). Sum of RGB (Red+Green+Blue) = 209+225+14=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E10E is #2E1EF1. Grayscale: #C4C4C4. Windows color (decimal): -3022578 or 975313. OLE color: 975313.
HSL color Cylindrical-coordinate representation of color #D1E10E: hue angle of 64.55º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1E10E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.12 |
| HSL | 64.55º | 0.88% | 0.47% | - |
| HSV(B) | 64.55º | 0.94% | 0.88% | - |
| XYZ | 53.3 | 67.44 | 10.62 | - |
| YUV | 196.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 14 | 0.07 | 0 | 0.94 | 0.12 | 64.55 | 0.88 | 0.47 |
| Hex | D1 | E1 | E | 7 | 0 | 5E | C | 41 | 58 | 2F |
| Octal | 321 | 341 | 16 | 7 | 0 | 136 | 14 | 101 | 130 | 57 |
| Binary | 11010001 | 11100001 | 1110 | 111 | 0 | 1011110 | 1100 | 1000001 | 1011000 | 101111 |
Color Harmonies of #D1E10E
Complementary color
Monochromatic Colors of #D1E10E
Black with #D1E10E
Text Example
Text Example
White with #D1E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E10E; }
p { color: rgb(209,225,14); }
H1.HeaderClassName
{
color: #D1E10E;
}
.AnyTagClassName
{
color: #D1E10E;
}
</style>
background-color css
<style>
a { background-color: #D1E10E; }
a { background-color: rgb(209,225,14); }
div.DivClassName
{
background-color: #D1E10E;
}
.BgClassName
{
background-color: #D1E10E;
}
</style>
border-color css
<style>
span { border-color: #D1E10E; }
span { border-color: rgb(209,225,14); }
td.TdClassName
{
border-color: #D1E10E;
}
.TagClassName
{
border-color: #D1E10E;
}
</style>