Shades of Barberry #D9E00E
Tints of Barberry #D9E00E
RGB
CMYK
RGB Variations
Color information
#D9E00E (or 0xD9E00E) is known color: Barberry. HEX triplet: D9, E0 and 0E. RGB value is (217,224,14). Sum of RGB (Red+Green+Blue) = 217+224+14=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9E00E is #261FF1. Grayscale: #C6C6C6. Windows color (decimal): -2498546 or 975065. OLE color: 975065.
HSL color Cylindrical-coordinate representation of color #D9E00E: hue angle of 62º 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 #D9E00E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.12 |
| HSL | 62º | 0.88% | 0.47% | - |
| HSV(B) | 62º | 0.94% | 0.88% | - |
| XYZ | 55.35 | 68.09 | 10.64 | - |
| YUV | 197.97 | 24.18 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 14 | 0.03 | 0 | 0.94 | 0.12 | 62 | 0.88 | 0.47 |
| Hex | D9 | E0 | E | 3 | 0 | 5E | C | 3E | 58 | 2F |
| Octal | 331 | 340 | 16 | 3 | 0 | 136 | 14 | 76 | 130 | 57 |
| Binary | 11011001 | 11100000 | 1110 | 11 | 0 | 1011110 | 1100 | 111110 | 1011000 | 101111 |
Color Harmonies of #D9E00E
Complementary color
Monochromatic Colors of #D9E00E
Black with #D9E00E
Text Example
Text Example
White with #D9E00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E00E; }
p { color: rgb(217,224,14); }
H1.HeaderClassName
{
color: #D9E00E;
}
.AnyTagClassName
{
color: #D9E00E;
}
</style>
background-color css
<style>
a { background-color: #D9E00E; }
a { background-color: rgb(217,224,14); }
div.DivClassName
{
background-color: #D9E00E;
}
.BgClassName
{
background-color: #D9E00E;
}
</style>
border-color css
<style>
span { border-color: #D9E00E; }
span { border-color: rgb(217,224,14); }
td.TdClassName
{
border-color: #D9E00E;
}
.TagClassName
{
border-color: #D9E00E;
}
</style>