Shades of Barberry #D5E00D
Tints of Barberry #D5E00D
RGB
CMYK
RGB Variations
Color information
#D5E00D (or 0xD5E00D) is known color: Barberry. HEX triplet: D5, E0 and 0D. RGB value is (213,224,13). Sum of RGB (Red+Green+Blue) = 213+224+13=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E00D is #2A1FF2. Grayscale: #C5C5C5. Windows color (decimal): -2760691 or 909525. OLE color: 909525.
HSL color Cylindrical-coordinate representation of color #D5E00D: hue angle of 63.13º 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 #D5E00D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.12 |
| HSL | 63.13º | 0.89% | 0.46% | - |
| HSV(B) | 63.13º | 0.94% | 0.88% | - |
| XYZ | 54.17 | 67.49 | 10.55 | - |
| YUV | 196.66 | 24.36 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 13 | 0.05 | 0 | 0.94 | 0.12 | 63.13 | 0.89 | 0.46 |
| Hex | D5 | E0 | D | 5 | 0 | 5E | C | 3F | 59 | 2E |
| Octal | 325 | 340 | 15 | 5 | 0 | 136 | 14 | 77 | 131 | 56 |
| Binary | 11010101 | 11100000 | 1101 | 101 | 0 | 1011110 | 1100 | 111111 | 1011001 | 101110 |
Color Harmonies of #D5E00D
Complementary color
Monochromatic Colors of #D5E00D
Black with #D5E00D
Text Example
Text Example
White with #D5E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E00D; }
p { color: rgb(213,224,13); }
H1.HeaderClassName
{
color: #D5E00D;
}
.AnyTagClassName
{
color: #D5E00D;
}
</style>
background-color css
<style>
a { background-color: #D5E00D; }
a { background-color: rgb(213,224,13); }
div.DivClassName
{
background-color: #D5E00D;
}
.BgClassName
{
background-color: #D5E00D;
}
</style>
border-color css
<style>
span { border-color: #D5E00D; }
span { border-color: rgb(213,224,13); }
td.TdClassName
{
border-color: #D5E00D;
}
.TagClassName
{
border-color: #D5E00D;
}
</style>