Shades of Barberry #D9E10E
Tints of Barberry #D9E10E
RGB
CMYK
RGB Variations
Color information
#D9E10E (or 0xD9E10E) is known color: Barberry. HEX triplet: D9, E1 and 0E. RGB value is (217,225,14). Sum of RGB (Red+Green+Blue) = 217+225+14=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9E10E is #261EF1. Grayscale: #C7C7C7. Windows color (decimal): -2498290 or 975321. OLE color: 975321.
HSL color Cylindrical-coordinate representation of color #D9E10E: hue angle of 62.27º 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 #D9E10E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.12 |
| HSL | 62.27º | 0.88% | 0.47% | - |
| HSV(B) | 62.27º | 0.94% | 0.88% | - |
| XYZ | 55.62 | 68.63 | 10.73 | - |
| YUV | 198.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 14 | 0.04 | 0 | 0.94 | 0.12 | 62.27 | 0.88 | 0.47 |
| Hex | D9 | E1 | E | 4 | 0 | 5E | C | 3E | 58 | 2F |
| Octal | 331 | 341 | 16 | 4 | 0 | 136 | 14 | 76 | 130 | 57 |
| Binary | 11011001 | 11100001 | 1110 | 100 | 0 | 1011110 | 1100 | 111110 | 1011000 | 101111 |
Color Harmonies of #D9E10E
Complementary color
Monochromatic Colors of #D9E10E
Black with #D9E10E
Text Example
Text Example
White with #D9E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E10E; }
p { color: rgb(217,225,14); }
H1.HeaderClassName
{
color: #D9E10E;
}
.AnyTagClassName
{
color: #D9E10E;
}
</style>
background-color css
<style>
a { background-color: #D9E10E; }
a { background-color: rgb(217,225,14); }
div.DivClassName
{
background-color: #D9E10E;
}
.BgClassName
{
background-color: #D9E10E;
}
</style>
border-color css
<style>
span { border-color: #D9E10E; }
span { border-color: rgb(217,225,14); }
td.TdClassName
{
border-color: #D9E10E;
}
.TagClassName
{
border-color: #D9E10E;
}
</style>