Shades of Barberry #D2E10D
Tints of Barberry #D2E10D
RGB
CMYK
RGB Variations
Color information
#D2E10D (or 0xD2E10D) is known color: Barberry. HEX triplet: D2, E1 and 0D. RGB value is (210,225,13). Sum of RGB (Red+Green+Blue) = 210+225+13=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E10D is #2D1EF2. Grayscale: #C5C5C5. Windows color (decimal): -2957043 or 909778. OLE color: 909778.
HSL color Cylindrical-coordinate representation of color #D2E10D: hue angle of 64.25º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2E10D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.12 |
| HSL | 64.25º | 0.89% | 0.47% | - |
| HSV(B) | 64.25º | 0.94% | 0.88% | - |
| XYZ | 53.58 | 67.58 | 10.6 | - |
| YUV | 196.35 | 24.53 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 13 | 0.07 | 0 | 0.94 | 0.12 | 64.25 | 0.89 | 0.47 |
| Hex | D2 | E1 | D | 7 | 0 | 5E | C | 40 | 59 | 2F |
| Octal | 322 | 341 | 15 | 7 | 0 | 136 | 14 | 100 | 131 | 57 |
| Binary | 11010010 | 11100001 | 1101 | 111 | 0 | 1011110 | 1100 | 1000000 | 1011001 | 101111 |
Color Harmonies of #D2E10D
Complementary color
Monochromatic Colors of #D2E10D
Black with #D2E10D
Text Example
Text Example
White with #D2E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E10D; }
p { color: rgb(210,225,13); }
H1.HeaderClassName
{
color: #D2E10D;
}
.AnyTagClassName
{
color: #D2E10D;
}
</style>
background-color css
<style>
a { background-color: #D2E10D; }
a { background-color: rgb(210,225,13); }
div.DivClassName
{
background-color: #D2E10D;
}
.BgClassName
{
background-color: #D2E10D;
}
</style>
border-color css
<style>
span { border-color: #D2E10D; }
span { border-color: rgb(210,225,13); }
td.TdClassName
{
border-color: #D2E10D;
}
.TagClassName
{
border-color: #D2E10D;
}
</style>