Shades of Barberry #D6DA11
Tints of Barberry #D6DA11
RGB
CMYK
RGB Variations
Color information
#D6DA11 (or 0xD6DA11) is known color: Barberry. HEX triplet: D6, DA and 11. RGB value is (214,218,17). Sum of RGB (Red+Green+Blue) = 214+218+17=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DA11 is #2925EE. Grayscale: #C2C2C2. Windows color (decimal): -2696687 or 1170134. OLE color: 1170134.
HSL color Cylindrical-coordinate representation of color #D6DA11: hue angle of 61.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6DA11 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 17 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.15 |
| HSL | 61.19º | 0.86% | 0.46% | - |
| HSV(B) | 61.19º | 0.92% | 0.85% | - |
| XYZ | 52.9 | 64.48 | 10.19 | - |
| YUV | 193.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 17 | 0.02 | 0 | 0.92 | 0.15 | 61.19 | 0.86 | 0.46 |
| Hex | D6 | DA | 11 | 2 | 0 | 5C | F | 3D | 56 | 2E |
| Octal | 326 | 332 | 21 | 2 | 0 | 134 | 17 | 75 | 126 | 56 |
| Binary | 11010110 | 11011010 | 10001 | 10 | 0 | 1011100 | 1111 | 111101 | 1010110 | 101110 |
Color Harmonies of #D6DA11
Complementary color
Monochromatic Colors of #D6DA11
Black with #D6DA11
Text Example
Text Example
White with #D6DA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DA11; }
p { color: rgb(214,218,17); }
H1.HeaderClassName
{
color: #D6DA11;
}
.AnyTagClassName
{
color: #D6DA11;
}
</style>
background-color css
<style>
a { background-color: #D6DA11; }
a { background-color: rgb(214,218,17); }
div.DivClassName
{
background-color: #D6DA11;
}
.BgClassName
{
background-color: #D6DA11;
}
</style>
border-color css
<style>
span { border-color: #D6DA11; }
span { border-color: rgb(214,218,17); }
td.TdClassName
{
border-color: #D6DA11;
}
.TagClassName
{
border-color: #D6DA11;
}
</style>