Shades of Barberry #D6E00D
Tints of Barberry #D6E00D
RGB
CMYK
RGB Variations
Color information
#D6E00D (or 0xD6E00D) is known color: Barberry. HEX triplet: D6, E0 and 0D. RGB value is (214,224,13). Sum of RGB (Red+Green+Blue) = 214+224+13=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E00D is #291FF2. Grayscale: #C5C5C5. Windows color (decimal): -2695155 or 909526. OLE color: 909526.
HSL color Cylindrical-coordinate representation of color #D6E00D: hue angle of 62.84º 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 #D6E00D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.12 |
| HSL | 62.84º | 0.89% | 0.46% | - |
| HSV(B) | 62.84º | 0.94% | 0.88% | - |
| XYZ | 54.46 | 67.64 | 10.57 | - |
| YUV | 196.96 | 24.19 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 13 | 0.04 | 0 | 0.94 | 0.12 | 62.84 | 0.89 | 0.46 |
| Hex | D6 | E0 | D | 4 | 0 | 5E | C | 3F | 59 | 2E |
| Octal | 326 | 340 | 15 | 4 | 0 | 136 | 14 | 77 | 131 | 56 |
| Binary | 11010110 | 11100000 | 1101 | 100 | 0 | 1011110 | 1100 | 111111 | 1011001 | 101110 |
Color Harmonies of #D6E00D
Complementary color
Monochromatic Colors of #D6E00D
Black with #D6E00D
Text Example
Text Example
White with #D6E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E00D; }
p { color: rgb(214,224,13); }
H1.HeaderClassName
{
color: #D6E00D;
}
.AnyTagClassName
{
color: #D6E00D;
}
</style>
background-color css
<style>
a { background-color: #D6E00D; }
a { background-color: rgb(214,224,13); }
div.DivClassName
{
background-color: #D6E00D;
}
.BgClassName
{
background-color: #D6E00D;
}
</style>
border-color css
<style>
span { border-color: #D6E00D; }
span { border-color: rgb(214,224,13); }
td.TdClassName
{
border-color: #D6E00D;
}
.TagClassName
{
border-color: #D6E00D;
}
</style>