Shades of Barberry #D9E112
Tints of Barberry #D9E112
RGB
CMYK
RGB Variations
Color information
#D9E112 (or 0xD9E112) is known color: Barberry. HEX triplet: D9, E1 and 12. RGB value is (217,225,18). Sum of RGB (Red+Green+Blue) = 217+225+18=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9E112 is #261EED. Grayscale: #C7C7C7. Windows color (decimal): -2498286 or 1237465. OLE color: 1237465.
HSL color Cylindrical-coordinate representation of color #D9E112: hue angle of 62.32º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9E112 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 18 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.12 |
| HSL | 62.32º | 0.85% | 0.48% | - |
| HSV(B) | 62.32º | 0.92% | 0.88% | - |
| XYZ | 55.65 | 68.65 | 10.89 | - |
| YUV | 199.01 | 25.85 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 18 | 0.04 | 0 | 0.92 | 0.12 | 62.32 | 0.85 | 0.48 |
| Hex | D9 | E1 | 12 | 4 | 0 | 5C | C | 3E | 55 | 30 |
| Octal | 331 | 341 | 22 | 4 | 0 | 134 | 14 | 76 | 125 | 60 |
| Binary | 11011001 | 11100001 | 10010 | 100 | 0 | 1011100 | 1100 | 111110 | 1010101 | 110000 |
Color Harmonies of #D9E112
Complementary color
Monochromatic Colors of #D9E112
Black with #D9E112
Text Example
Text Example
White with #D9E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E112; }
p { color: rgb(217,225,18); }
H1.HeaderClassName
{
color: #D9E112;
}
.AnyTagClassName
{
color: #D9E112;
}
</style>
background-color css
<style>
a { background-color: #D9E112; }
a { background-color: rgb(217,225,18); }
div.DivClassName
{
background-color: #D9E112;
}
.BgClassName
{
background-color: #D9E112;
}
</style>
border-color css
<style>
span { border-color: #D9E112; }
span { border-color: rgb(217,225,18); }
td.TdClassName
{
border-color: #D9E112;
}
.TagClassName
{
border-color: #D9E112;
}
</style>