Shades of Barberry #D1DA10
Tints of Barberry #D1DA10
RGB
CMYK
RGB Variations
Color information
#D1DA10 (or 0xD1DA10) is known color: Barberry. HEX triplet: D1, DA and 10. RGB value is (209,218,16). Sum of RGB (Red+Green+Blue) = 209+218+16=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1DA10 is #2E25EF. Grayscale: #C1C1C1. Windows color (decimal): -3024368 or 1104593. OLE color: 1104593.
HSL color Cylindrical-coordinate representation of color #D1DA10: hue angle of 62.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1DA10 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 16 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.15 |
| HSL | 62.67º | 0.86% | 0.46% | - |
| HSV(B) | 62.67º | 0.93% | 0.85% | - |
| XYZ | 51.46 | 63.74 | 10.08 | - |
| YUV | 192.28 | 28.52 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 16 | 0.04 | 0 | 0.93 | 0.15 | 62.67 | 0.86 | 0.46 |
| Hex | D1 | DA | 10 | 4 | 0 | 5D | F | 3F | 56 | 2E |
| Octal | 321 | 332 | 20 | 4 | 0 | 135 | 17 | 77 | 126 | 56 |
| Binary | 11010001 | 11011010 | 10000 | 100 | 0 | 1011101 | 1111 | 111111 | 1010110 | 101110 |
Color Harmonies of #D1DA10
Complementary color
Monochromatic Colors of #D1DA10
Black with #D1DA10
Text Example
Text Example
White with #D1DA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA10; }
p { color: rgb(209,218,16); }
H1.HeaderClassName
{
color: #D1DA10;
}
.AnyTagClassName
{
color: #D1DA10;
}
</style>
background-color css
<style>
a { background-color: #D1DA10; }
a { background-color: rgb(209,218,16); }
div.DivClassName
{
background-color: #D1DA10;
}
.BgClassName
{
background-color: #D1DA10;
}
</style>
border-color css
<style>
span { border-color: #D1DA10; }
span { border-color: rgb(209,218,16); }
td.TdClassName
{
border-color: #D1DA10;
}
.TagClassName
{
border-color: #D1DA10;
}
</style>