Shades of Barberry #D9E00D
Tints of Barberry #D9E00D
RGB
CMYK
RGB Variations
Color information
#D9E00D (or 0xD9E00D) is known color: Barberry. HEX triplet: D9, E0 and 0D. RGB value is (217,224,13). Sum of RGB (Red+Green+Blue) = 217+224+13=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9E00D is #261FF2. Grayscale: #C6C6C6. Windows color (decimal): -2498547 or 909529. OLE color: 909529.
HSL color Cylindrical-coordinate representation of color #D9E00D: hue angle of 61.99º 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 #D9E00D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.12 |
| HSL | 61.99º | 0.89% | 0.46% | - |
| HSV(B) | 61.99º | 0.94% | 0.88% | - |
| XYZ | 55.34 | 68.09 | 10.61 | - |
| YUV | 197.85 | 23.68 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 13 | 0.03 | 0 | 0.94 | 0.12 | 61.99 | 0.89 | 0.46 |
| Hex | D9 | E0 | D | 3 | 0 | 5E | C | 3E | 59 | 2E |
| Octal | 331 | 340 | 15 | 3 | 0 | 136 | 14 | 76 | 131 | 56 |
| Binary | 11011001 | 11100000 | 1101 | 11 | 0 | 1011110 | 1100 | 111110 | 1011001 | 101110 |
Color Harmonies of #D9E00D
Complementary color
Monochromatic Colors of #D9E00D
Black with #D9E00D
Text Example
Text Example
White with #D9E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E00D; }
p { color: rgb(217,224,13); }
H1.HeaderClassName
{
color: #D9E00D;
}
.AnyTagClassName
{
color: #D9E00D;
}
</style>
background-color css
<style>
a { background-color: #D9E00D; }
a { background-color: rgb(217,224,13); }
div.DivClassName
{
background-color: #D9E00D;
}
.BgClassName
{
background-color: #D9E00D;
}
</style>
border-color css
<style>
span { border-color: #D9E00D; }
span { border-color: rgb(217,224,13); }
td.TdClassName
{
border-color: #D9E00D;
}
.TagClassName
{
border-color: #D9E00D;
}
</style>