Shades of Barberry #D1E00D
Tints of Barberry #D1E00D
RGB
CMYK
RGB Variations
Color information
#D1E00D (or 0xD1E00D) is known color: Barberry. HEX triplet: D1, E0 and 0D. RGB value is (209,224,13). Sum of RGB (Red+Green+Blue) = 209+224+13=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E00D is #2E1FF2. Grayscale: #C4C4C4. Windows color (decimal): -3022835 or 909521. OLE color: 909521.
HSL color Cylindrical-coordinate representation of color #D1E00D: hue angle of 64.27º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1E00D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.12 |
| HSL | 64.27º | 0.89% | 0.46% | - |
| HSV(B) | 64.27º | 0.94% | 0.88% | - |
| XYZ | 53.02 | 66.9 | 10.5 | - |
| YUV | 195.46 | 25.03 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 13 | 0.07 | 0 | 0.94 | 0.12 | 64.27 | 0.89 | 0.46 |
| Hex | D1 | E0 | D | 7 | 0 | 5E | C | 40 | 59 | 2E |
| Octal | 321 | 340 | 15 | 7 | 0 | 136 | 14 | 100 | 131 | 56 |
| Binary | 11010001 | 11100000 | 1101 | 111 | 0 | 1011110 | 1100 | 1000000 | 1011001 | 101110 |
Color Harmonies of #D1E00D
Complementary color
Monochromatic Colors of #D1E00D
Black with #D1E00D
Text Example
Text Example
White with #D1E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E00D; }
p { color: rgb(209,224,13); }
H1.HeaderClassName
{
color: #D1E00D;
}
.AnyTagClassName
{
color: #D1E00D;
}
</style>
background-color css
<style>
a { background-color: #D1E00D; }
a { background-color: rgb(209,224,13); }
div.DivClassName
{
background-color: #D1E00D;
}
.BgClassName
{
background-color: #D1E00D;
}
</style>
border-color css
<style>
span { border-color: #D1E00D; }
span { border-color: rgb(209,224,13); }
td.TdClassName
{
border-color: #D1E00D;
}
.TagClassName
{
border-color: #D1E00D;
}
</style>