Shades of Barberry #D5E10F
Tints of Barberry #D5E10F
RGB
CMYK
RGB Variations
Color information
#D5E10F (or 0xD5E10F) is known color: Barberry. HEX triplet: D5, E1 and 0F. RGB value is (213,225,15). Sum of RGB (Red+Green+Blue) = 213+225+15=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E10F is #2A1EF0. Grayscale: #C6C6C6. Windows color (decimal): -2760433 or 1040853. OLE color: 1040853.
HSL color Cylindrical-coordinate representation of color #D5E10F: hue angle of 63.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5E10F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.12 |
| HSL | 63.43º | 0.88% | 0.47% | - |
| HSV(B) | 63.43º | 0.93% | 0.88% | - |
| XYZ | 54.45 | 68.03 | 10.71 | - |
| YUV | 197.47 | 25.02 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 15 | 0.05 | 0 | 0.93 | 0.12 | 63.43 | 0.88 | 0.47 |
| Hex | D5 | E1 | F | 5 | 0 | 5D | C | 3F | 58 | 2F |
| Octal | 325 | 341 | 17 | 5 | 0 | 135 | 14 | 77 | 130 | 57 |
| Binary | 11010101 | 11100001 | 1111 | 101 | 0 | 1011101 | 1100 | 111111 | 1011000 | 101111 |
Color Harmonies of #D5E10F
Complementary color
Monochromatic Colors of #D5E10F
Black with #D5E10F
Text Example
Text Example
White with #D5E10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E10F; }
p { color: rgb(213,225,15); }
H1.HeaderClassName
{
color: #D5E10F;
}
.AnyTagClassName
{
color: #D5E10F;
}
</style>
background-color css
<style>
a { background-color: #D5E10F; }
a { background-color: rgb(213,225,15); }
div.DivClassName
{
background-color: #D5E10F;
}
.BgClassName
{
background-color: #D5E10F;
}
</style>
border-color css
<style>
span { border-color: #D5E10F; }
span { border-color: rgb(213,225,15); }
td.TdClassName
{
border-color: #D5E10F;
}
.TagClassName
{
border-color: #D5E10F;
}
</style>