Shades of Barberry #D1E011
Tints of Barberry #D1E011
RGB
CMYK
RGB Variations
Color information
#D1E011 (or 0xD1E011) is known color: Barberry. HEX triplet: D1, E0 and 11. RGB value is (209,224,17). Sum of RGB (Red+Green+Blue) = 209+224+17=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E011 is #2E1FEE. Grayscale: #C4C4C4. Windows color (decimal): -3022831 or 1171665. OLE color: 1171665.
HSL color Cylindrical-coordinate representation of color #D1E011: hue angle of 64.35º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1E011 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.12 |
| HSL | 64.35º | 0.86% | 0.47% | - |
| HSV(B) | 64.35º | 0.92% | 0.88% | - |
| XYZ | 53.05 | 66.91 | 10.65 | - |
| YUV | 195.92 | 27.03 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 17 | 0.07 | 0 | 0.92 | 0.12 | 64.35 | 0.86 | 0.47 |
| Hex | D1 | E0 | 11 | 7 | 0 | 5C | C | 40 | 56 | 2F |
| Octal | 321 | 340 | 21 | 7 | 0 | 134 | 14 | 100 | 126 | 57 |
| Binary | 11010001 | 11100000 | 10001 | 111 | 0 | 1011100 | 1100 | 1000000 | 1010110 | 101111 |
Color Harmonies of #D1E011
Complementary color
Monochromatic Colors of #D1E011
Black with #D1E011
Text Example
Text Example
White with #D1E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E011; }
p { color: rgb(209,224,17); }
H1.HeaderClassName
{
color: #D1E011;
}
.AnyTagClassName
{
color: #D1E011;
}
</style>
background-color css
<style>
a { background-color: #D1E011; }
a { background-color: rgb(209,224,17); }
div.DivClassName
{
background-color: #D1E011;
}
.BgClassName
{
background-color: #D1E011;
}
</style>
border-color css
<style>
span { border-color: #D1E011; }
span { border-color: rgb(209,224,17); }
td.TdClassName
{
border-color: #D1E011;
}
.TagClassName
{
border-color: #D1E011;
}
</style>