Shades of Barberry #D0E011
Tints of Barberry #D0E011
RGB
CMYK
RGB Variations
Color information
#D0E011 (or 0xD0E011) is known color: Barberry. HEX triplet: D0, E0 and 11. RGB value is (208,224,17). Sum of RGB (Red+Green+Blue) = 208+224+17=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E011 is #2F1FEE. Grayscale: #C4C4C4. Windows color (decimal): -3088367 or 1171664. OLE color: 1171664.
HSL color Cylindrical-coordinate representation of color #D0E011: hue angle of 64.64º 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 #D0E011 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.12 |
| HSL | 64.64º | 0.86% | 0.47% | - |
| HSV(B) | 64.64º | 0.92% | 0.88% | - |
| XYZ | 52.77 | 66.76 | 10.64 | - |
| YUV | 195.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 17 | 0.07 | 0 | 0.92 | 0.12 | 64.64 | 0.86 | 0.47 |
| Hex | D0 | E0 | 11 | 7 | 0 | 5C | C | 41 | 56 | 2F |
| Octal | 320 | 340 | 21 | 7 | 0 | 134 | 14 | 101 | 126 | 57 |
| Binary | 11010000 | 11100000 | 10001 | 111 | 0 | 1011100 | 1100 | 1000001 | 1010110 | 101111 |
Color Harmonies of #D0E011
Complementary color
Monochromatic Colors of #D0E011
Black with #D0E011
Text Example
Text Example
White with #D0E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E011; }
p { color: rgb(208,224,17); }
H1.HeaderClassName
{
color: #D0E011;
}
.AnyTagClassName
{
color: #D0E011;
}
</style>
background-color css
<style>
a { background-color: #D0E011; }
a { background-color: rgb(208,224,17); }
div.DivClassName
{
background-color: #D0E011;
}
.BgClassName
{
background-color: #D0E011;
}
</style>
border-color css
<style>
span { border-color: #D0E011; }
span { border-color: rgb(208,224,17); }
td.TdClassName
{
border-color: #D0E011;
}
.TagClassName
{
border-color: #D0E011;
}
</style>