Shades of Barberry #D6E10D
Tints of Barberry #D6E10D
RGB
CMYK
RGB Variations
Color information
#D6E10D (or 0xD6E10D) is known color: Barberry. HEX triplet: D6, E1 and 0D. RGB value is (214,225,13). Sum of RGB (Red+Green+Blue) = 214+225+13=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E10D is #291EF2. Grayscale: #C6C6C6. Windows color (decimal): -2694899 or 909782. OLE color: 909782.
HSL color Cylindrical-coordinate representation of color #D6E10D: hue angle of 63.11º 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 #D6E10D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.12 |
| HSL | 63.11º | 0.89% | 0.47% | - |
| HSV(B) | 63.11º | 0.94% | 0.88% | - |
| XYZ | 54.73 | 68.18 | 10.66 | - |
| YUV | 197.54 | 23.86 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 13 | 0.05 | 0 | 0.94 | 0.12 | 63.11 | 0.89 | 0.47 |
| Hex | D6 | E1 | D | 5 | 0 | 5E | C | 3F | 59 | 2F |
| Octal | 326 | 341 | 15 | 5 | 0 | 136 | 14 | 77 | 131 | 57 |
| Binary | 11010110 | 11100001 | 1101 | 101 | 0 | 1011110 | 1100 | 111111 | 1011001 | 101111 |
Color Harmonies of #D6E10D
Complementary color
Monochromatic Colors of #D6E10D
Black with #D6E10D
Text Example
Text Example
White with #D6E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E10D; }
p { color: rgb(214,225,13); }
H1.HeaderClassName
{
color: #D6E10D;
}
.AnyTagClassName
{
color: #D6E10D;
}
</style>
background-color css
<style>
a { background-color: #D6E10D; }
a { background-color: rgb(214,225,13); }
div.DivClassName
{
background-color: #D6E10D;
}
.BgClassName
{
background-color: #D6E10D;
}
</style>
border-color css
<style>
span { border-color: #D6E10D; }
span { border-color: rgb(214,225,13); }
td.TdClassName
{
border-color: #D6E10D;
}
.TagClassName
{
border-color: #D6E10D;
}
</style>