Shades of Barberry #D2E00D
Tints of Barberry #D2E00D
RGB
CMYK
RGB Variations
Color information
#D2E00D (or 0xD2E00D) is known color: Barberry. HEX triplet: D2, E0 and 0D. RGB value is (210,224,13). Sum of RGB (Red+Green+Blue) = 210+224+13=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E00D is #2D1FF2. Grayscale: #C4C4C4. Windows color (decimal): -2957299 or 909522. OLE color: 909522.
HSL color Cylindrical-coordinate representation of color #D2E00D: hue angle of 63.98º 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 #D2E00D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.12 |
| HSL | 63.98º | 0.89% | 0.46% | - |
| HSV(B) | 63.98º | 0.94% | 0.88% | - |
| XYZ | 53.31 | 67.04 | 10.51 | - |
| YUV | 195.76 | 24.86 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 13 | 0.06 | 0 | 0.94 | 0.12 | 63.98 | 0.89 | 0.46 |
| Hex | D2 | E0 | D | 6 | 0 | 5E | C | 40 | 59 | 2E |
| Octal | 322 | 340 | 15 | 6 | 0 | 136 | 14 | 100 | 131 | 56 |
| Binary | 11010010 | 11100000 | 1101 | 110 | 0 | 1011110 | 1100 | 1000000 | 1011001 | 101110 |
Color Harmonies of #D2E00D
Complementary color
Monochromatic Colors of #D2E00D
Black with #D2E00D
Text Example
Text Example
White with #D2E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E00D; }
p { color: rgb(210,224,13); }
H1.HeaderClassName
{
color: #D2E00D;
}
.AnyTagClassName
{
color: #D2E00D;
}
</style>
background-color css
<style>
a { background-color: #D2E00D; }
a { background-color: rgb(210,224,13); }
div.DivClassName
{
background-color: #D2E00D;
}
.BgClassName
{
background-color: #D2E00D;
}
</style>
border-color css
<style>
span { border-color: #D2E00D; }
span { border-color: rgb(210,224,13); }
td.TdClassName
{
border-color: #D2E00D;
}
.TagClassName
{
border-color: #D2E00D;
}
</style>