Shades of Barberry #D7E00B
Tints of Barberry #D7E00B
RGB
CMYK
RGB Variations
Color information
#D7E00B (or 0xD7E00B) is known color: Barberry. HEX triplet: D7, E0 and 0B. RGB value is (215,224,11). Sum of RGB (Red+Green+Blue) = 215+224+11=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7E00B is #281FF4. Grayscale: #C5C5C5. Windows color (decimal): -2629621 or 778455. OLE color: 778455.
HSL color Cylindrical-coordinate representation of color #D7E00B: hue angle of 62.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7E00B is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 11 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.12 |
| HSL | 62.54º | 0.91% | 0.46% | - |
| HSV(B) | 62.54º | 0.95% | 0.88% | - |
| XYZ | 54.74 | 67.78 | 10.51 | - |
| YUV | 197.03 | 23.02 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 11 | 0.04 | 0 | 0.95 | 0.12 | 62.54 | 0.91 | 0.46 |
| Hex | D7 | E0 | B | 4 | 0 | 5F | C | 3F | 5B | 2E |
| Octal | 327 | 340 | 13 | 4 | 0 | 137 | 14 | 77 | 133 | 56 |
| Binary | 11010111 | 11100000 | 1011 | 100 | 0 | 1011111 | 1100 | 111111 | 1011011 | 101110 |
Color Harmonies of #D7E00B
Complementary color
Monochromatic Colors of #D7E00B
Black with #D7E00B
Text Example
Text Example
White with #D7E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E00B; }
p { color: rgb(215,224,11); }
H1.HeaderClassName
{
color: #D7E00B;
}
.AnyTagClassName
{
color: #D7E00B;
}
</style>
background-color css
<style>
a { background-color: #D7E00B; }
a { background-color: rgb(215,224,11); }
div.DivClassName
{
background-color: #D7E00B;
}
.BgClassName
{
background-color: #D7E00B;
}
</style>
border-color css
<style>
span { border-color: #D7E00B; }
span { border-color: rgb(215,224,11); }
td.TdClassName
{
border-color: #D7E00B;
}
.TagClassName
{
border-color: #D7E00B;
}
</style>