Shades of Barberry #D2DA16
Tints of Barberry #D2DA16
RGB
CMYK
RGB Variations
Color information
#D2DA16 (or 0xD2DA16) is known color: Barberry. HEX triplet: D2, DA and 16. RGB value is (210,218,22). Sum of RGB (Red+Green+Blue) = 210+218+22=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DA16 is #2D25E9. Grayscale: #C2C2C2. Windows color (decimal): -2958826 or 1497810. OLE color: 1497810.
HSL color Cylindrical-coordinate representation of color #D2DA16: hue angle of 62.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2DA16 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 22 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.15 |
| HSL | 62.45º | 0.82% | 0.47% | - |
| HSV(B) | 62.45º | 0.9% | 0.85% | - |
| XYZ | 51.79 | 63.9 | 10.36 | - |
| YUV | 193.26 | 31.35 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 22 | 0.04 | 0 | 0.90 | 0.15 | 62.45 | 0.82 | 0.47 |
| Hex | D2 | DA | 16 | 4 | 0 | 5A | F | 3E | 52 | 2F |
| Octal | 322 | 332 | 26 | 4 | 0 | 132 | 17 | 76 | 122 | 57 |
| Binary | 11010010 | 11011010 | 10110 | 100 | 0 | 1011010 | 1111 | 111110 | 1010010 | 101111 |
Color Harmonies of #D2DA16
Complementary color
Monochromatic Colors of #D2DA16
Black with #D2DA16
Text Example
Text Example
White with #D2DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DA16; }
p { color: rgb(210,218,22); }
H1.HeaderClassName
{
color: #D2DA16;
}
.AnyTagClassName
{
color: #D2DA16;
}
</style>
background-color css
<style>
a { background-color: #D2DA16; }
a { background-color: rgb(210,218,22); }
div.DivClassName
{
background-color: #D2DA16;
}
.BgClassName
{
background-color: #D2DA16;
}
</style>
border-color css
<style>
span { border-color: #D2DA16; }
span { border-color: rgb(210,218,22); }
td.TdClassName
{
border-color: #D2DA16;
}
.TagClassName
{
border-color: #D2DA16;
}
</style>