Shades of Barberry #D0E00D
Tints of Barberry #D0E00D
RGB
CMYK
RGB Variations
Color information
#D0E00D (or 0xD0E00D) is known color: Barberry. HEX triplet: D0, E0 and 0D. RGB value is (208,224,13). Sum of RGB (Red+Green+Blue) = 208+224+13=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E00D is #2F1FF2. Grayscale: #C3C3C3. Windows color (decimal): -3088371 or 909520. OLE color: 909520.
HSL color Cylindrical-coordinate representation of color #D0E00D: hue angle of 64.55º 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 #D0E00D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.12 |
| HSL | 64.55º | 0.89% | 0.46% | - |
| HSV(B) | 64.55º | 0.94% | 0.88% | - |
| XYZ | 52.74 | 66.75 | 10.49 | - |
| YUV | 195.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 13 | 0.07 | 0 | 0.94 | 0.12 | 64.55 | 0.89 | 0.46 |
| Hex | D0 | E0 | D | 7 | 0 | 5E | C | 41 | 59 | 2E |
| Octal | 320 | 340 | 15 | 7 | 0 | 136 | 14 | 101 | 131 | 56 |
| Binary | 11010000 | 11100000 | 1101 | 111 | 0 | 1011110 | 1100 | 1000001 | 1011001 | 101110 |
Color Harmonies of #D0E00D
Complementary color
Monochromatic Colors of #D0E00D
Black with #D0E00D
Text Example
Text Example
White with #D0E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E00D; }
p { color: rgb(208,224,13); }
H1.HeaderClassName
{
color: #D0E00D;
}
.AnyTagClassName
{
color: #D0E00D;
}
</style>
background-color css
<style>
a { background-color: #D0E00D; }
a { background-color: rgb(208,224,13); }
div.DivClassName
{
background-color: #D0E00D;
}
.BgClassName
{
background-color: #D0E00D;
}
</style>
border-color css
<style>
span { border-color: #D0E00D; }
span { border-color: rgb(208,224,13); }
td.TdClassName
{
border-color: #D0E00D;
}
.TagClassName
{
border-color: #D0E00D;
}
</style>