Shades of Barberry #D3E10D
Tints of Barberry #D3E10D
RGB
CMYK
RGB Variations
Color information
#D3E10D (or 0xD3E10D) is known color: Barberry. HEX triplet: D3, E1 and 0D. RGB value is (211,225,13). Sum of RGB (Red+Green+Blue) = 211+225+13=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E10D is #2C1EF2. Grayscale: #C5C5C5. Windows color (decimal): -2891507 or 909779. OLE color: 909779.
HSL color Cylindrical-coordinate representation of color #D3E10D: hue angle of 63.96º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3E10D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.12 |
| HSL | 63.96º | 0.89% | 0.47% | - |
| HSV(B) | 63.96º | 0.94% | 0.88% | - |
| XYZ | 53.86 | 67.73 | 10.61 | - |
| YUV | 196.65 | 24.36 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 13 | 0.06 | 0 | 0.94 | 0.12 | 63.96 | 0.89 | 0.47 |
| Hex | D3 | E1 | D | 6 | 0 | 5E | C | 40 | 59 | 2F |
| Octal | 323 | 341 | 15 | 6 | 0 | 136 | 14 | 100 | 131 | 57 |
| Binary | 11010011 | 11100001 | 1101 | 110 | 0 | 1011110 | 1100 | 1000000 | 1011001 | 101111 |
Color Harmonies of #D3E10D
Complementary color
Monochromatic Colors of #D3E10D
Black with #D3E10D
Text Example
Text Example
White with #D3E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E10D; }
p { color: rgb(211,225,13); }
H1.HeaderClassName
{
color: #D3E10D;
}
.AnyTagClassName
{
color: #D3E10D;
}
</style>
background-color css
<style>
a { background-color: #D3E10D; }
a { background-color: rgb(211,225,13); }
div.DivClassName
{
background-color: #D3E10D;
}
.BgClassName
{
background-color: #D3E10D;
}
</style>
border-color css
<style>
span { border-color: #D3E10D; }
span { border-color: rgb(211,225,13); }
td.TdClassName
{
border-color: #D3E10D;
}
.TagClassName
{
border-color: #D3E10D;
}
</style>