Shades of Barberry #D4E00D
Tints of Barberry #D4E00D
RGB
CMYK
RGB Variations
Color information
#D4E00D (or 0xD4E00D) is known color: Barberry. HEX triplet: D4, E0 and 0D. RGB value is (212,224,13). Sum of RGB (Red+Green+Blue) = 212+224+13=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E00D is #2B1FF2. Grayscale: #C5C5C5. Windows color (decimal): -2826227 or 909524. OLE color: 909524.
HSL color Cylindrical-coordinate representation of color #D4E00D: hue angle of 63.41º 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 #D4E00D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 13 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.12 |
| HSL | 63.41º | 0.89% | 0.46% | - |
| HSV(B) | 63.41º | 0.94% | 0.88% | - |
| XYZ | 53.88 | 67.34 | 10.54 | - |
| YUV | 196.36 | 24.52 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 13 | 0.05 | 0 | 0.94 | 0.12 | 63.41 | 0.89 | 0.46 |
| Hex | D4 | E0 | D | 5 | 0 | 5E | C | 3F | 59 | 2E |
| Octal | 324 | 340 | 15 | 5 | 0 | 136 | 14 | 77 | 131 | 56 |
| Binary | 11010100 | 11100000 | 1101 | 101 | 0 | 1011110 | 1100 | 111111 | 1011001 | 101110 |
Color Harmonies of #D4E00D
Complementary color
Monochromatic Colors of #D4E00D
Black with #D4E00D
Text Example
Text Example
White with #D4E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E00D; }
p { color: rgb(212,224,13); }
H1.HeaderClassName
{
color: #D4E00D;
}
.AnyTagClassName
{
color: #D4E00D;
}
</style>
background-color css
<style>
a { background-color: #D4E00D; }
a { background-color: rgb(212,224,13); }
div.DivClassName
{
background-color: #D4E00D;
}
.BgClassName
{
background-color: #D4E00D;
}
</style>
border-color css
<style>
span { border-color: #D4E00D; }
span { border-color: rgb(212,224,13); }
td.TdClassName
{
border-color: #D4E00D;
}
.TagClassName
{
border-color: #D4E00D;
}
</style>