Shades of Barberry #D2E10F
Tints of Barberry #D2E10F
RGB
CMYK
RGB Variations
Color information
#D2E10F (or 0xD2E10F) is known color: Barberry. HEX triplet: D2, E1 and 0F. RGB value is (210,225,15). Sum of RGB (Red+Green+Blue) = 210+225+15=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E10F is #2D1EF0. Grayscale: #C5C5C5. Windows color (decimal): -2957041 or 1040850. OLE color: 1040850.
HSL color Cylindrical-coordinate representation of color #D2E10F: hue angle of 64.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2E10F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 15 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.12 |
| HSL | 64.29º | 0.88% | 0.47% | - |
| HSV(B) | 64.29º | 0.93% | 0.88% | - |
| XYZ | 53.59 | 67.59 | 10.67 | - |
| YUV | 196.58 | 25.53 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 15 | 0.07 | 0 | 0.93 | 0.12 | 64.29 | 0.88 | 0.47 |
| Hex | D2 | E1 | F | 7 | 0 | 5D | C | 40 | 58 | 2F |
| Octal | 322 | 341 | 17 | 7 | 0 | 135 | 14 | 100 | 130 | 57 |
| Binary | 11010010 | 11100001 | 1111 | 111 | 0 | 1011101 | 1100 | 1000000 | 1011000 | 101111 |
Color Harmonies of #D2E10F
Complementary color
Monochromatic Colors of #D2E10F
Black with #D2E10F
Text Example
Text Example
White with #D2E10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E10F; }
p { color: rgb(210,225,15); }
H1.HeaderClassName
{
color: #D2E10F;
}
.AnyTagClassName
{
color: #D2E10F;
}
</style>
background-color css
<style>
a { background-color: #D2E10F; }
a { background-color: rgb(210,225,15); }
div.DivClassName
{
background-color: #D2E10F;
}
.BgClassName
{
background-color: #D2E10F;
}
</style>
border-color css
<style>
span { border-color: #D2E10F; }
span { border-color: rgb(210,225,15); }
td.TdClassName
{
border-color: #D2E10F;
}
.TagClassName
{
border-color: #D2E10F;
}
</style>