Shades of Barberry #D9DA16
Tints of Barberry #D9DA16
RGB
CMYK
RGB Variations
Color information
#D9DA16 (or 0xD9DA16) is known color: Barberry. HEX triplet: D9, DA and 16. RGB value is (217,218,22). Sum of RGB (Red+Green+Blue) = 217+218+22=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DA16 is #2625E9. Grayscale: #C4C4C4. Windows color (decimal): -2500074 or 1497817. OLE color: 1497817.
HSL color Cylindrical-coordinate representation of color #D9DA16: hue angle of 60.31º 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 #D9DA16 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 22 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.15 |
| HSL | 60.31º | 0.82% | 0.47% | - |
| HSV(B) | 60.31º | 0.9% | 0.85% | - |
| XYZ | 53.83 | 64.95 | 10.46 | - |
| YUV | 195.36 | 30.17 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 22 | 0.00 | 0 | 0.90 | 0.15 | 60.31 | 0.82 | 0.47 |
| Hex | D9 | DA | 16 | 0 | 0 | 5A | F | 3C | 52 | 2F |
| Octal | 331 | 332 | 26 | 0 | 0 | 132 | 17 | 74 | 122 | 57 |
| Binary | 11011001 | 11011010 | 10110 | 0 | 0 | 1011010 | 1111 | 111100 | 1010010 | 101111 |
Color Harmonies of #D9DA16
Complementary color
Monochromatic Colors of #D9DA16
Black with #D9DA16
Text Example
Text Example
White with #D9DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA16; }
p { color: rgb(217,218,22); }
H1.HeaderClassName
{
color: #D9DA16;
}
.AnyTagClassName
{
color: #D9DA16;
}
</style>
background-color css
<style>
a { background-color: #D9DA16; }
a { background-color: rgb(217,218,22); }
div.DivClassName
{
background-color: #D9DA16;
}
.BgClassName
{
background-color: #D9DA16;
}
</style>
border-color css
<style>
span { border-color: #D9DA16; }
span { border-color: rgb(217,218,22); }
td.TdClassName
{
border-color: #D9DA16;
}
.TagClassName
{
border-color: #D9DA16;
}
</style>