Shades of Barberry #D5E00E
Tints of Barberry #D5E00E
RGB
CMYK
RGB Variations
Color information
#D5E00E (or 0xD5E00E) is known color: Barberry. HEX triplet: D5, E0 and 0E. RGB value is (213,224,14). Sum of RGB (Red+Green+Blue) = 213+224+14=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 14 (5.86% from 255 or 3.10% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E00E is #2A1FF1. Grayscale: #C5C5C5. Windows color (decimal): -2760690 or 975061. OLE color: 975061.
HSL color Cylindrical-coordinate representation of color #D5E00E: hue angle of 63.14º 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 #D5E00E is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 14 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.12 |
| HSL | 63.14º | 0.88% | 0.47% | - |
| HSV(B) | 63.14º | 0.94% | 0.88% | - |
| XYZ | 54.18 | 67.49 | 10.59 | - |
| YUV | 196.77 | 24.86 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 14 | 0.05 | 0 | 0.94 | 0.12 | 63.14 | 0.88 | 0.47 |
| Hex | D5 | E0 | E | 5 | 0 | 5E | C | 3F | 58 | 2F |
| Octal | 325 | 340 | 16 | 5 | 0 | 136 | 14 | 77 | 130 | 57 |
| Binary | 11010101 | 11100000 | 1110 | 101 | 0 | 1011110 | 1100 | 111111 | 1011000 | 101111 |
Color Harmonies of #D5E00E
Complementary color
Monochromatic Colors of #D5E00E
Black with #D5E00E
Text Example
Text Example
White with #D5E00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E00E; }
p { color: rgb(213,224,14); }
H1.HeaderClassName
{
color: #D5E00E;
}
.AnyTagClassName
{
color: #D5E00E;
}
</style>
background-color css
<style>
a { background-color: #D5E00E; }
a { background-color: rgb(213,224,14); }
div.DivClassName
{
background-color: #D5E00E;
}
.BgClassName
{
background-color: #D5E00E;
}
</style>
border-color css
<style>
span { border-color: #D5E00E; }
span { border-color: rgb(213,224,14); }
td.TdClassName
{
border-color: #D5E00E;
}
.TagClassName
{
border-color: #D5E00E;
}
</style>