Shades of Barberry #D5DA16
Tints of Barberry #D5DA16
RGB
CMYK
RGB Variations
Color information
#D5DA16 (or 0xD5DA16) is known color: Barberry. HEX triplet: D5, DA and 16. RGB value is (213,218,22). Sum of RGB (Red+Green+Blue) = 213+218+22=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DA16 is #2A25E9. Grayscale: #C2C2C2. Windows color (decimal): -2762218 or 1497813. OLE color: 1497813.
HSL color Cylindrical-coordinate representation of color #D5DA16: hue angle of 61.53º 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 #D5DA16 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 22 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.15 |
| HSL | 61.53º | 0.82% | 0.47% | - |
| HSV(B) | 61.53º | 0.9% | 0.85% | - |
| XYZ | 52.66 | 64.35 | 10.4 | - |
| YUV | 194.16 | 30.84 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 22 | 0.02 | 0 | 0.90 | 0.15 | 61.53 | 0.82 | 0.47 |
| Hex | D5 | DA | 16 | 2 | 0 | 5A | F | 3E | 52 | 2F |
| Octal | 325 | 332 | 26 | 2 | 0 | 132 | 17 | 76 | 122 | 57 |
| Binary | 11010101 | 11011010 | 10110 | 10 | 0 | 1011010 | 1111 | 111110 | 1010010 | 101111 |
Color Harmonies of #D5DA16
Complementary color
Monochromatic Colors of #D5DA16
Black with #D5DA16
Text Example
Text Example
White with #D5DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA16; }
p { color: rgb(213,218,22); }
H1.HeaderClassName
{
color: #D5DA16;
}
.AnyTagClassName
{
color: #D5DA16;
}
</style>
background-color css
<style>
a { background-color: #D5DA16; }
a { background-color: rgb(213,218,22); }
div.DivClassName
{
background-color: #D5DA16;
}
.BgClassName
{
background-color: #D5DA16;
}
</style>
border-color css
<style>
span { border-color: #D5DA16; }
span { border-color: rgb(213,218,22); }
td.TdClassName
{
border-color: #D5DA16;
}
.TagClassName
{
border-color: #D5DA16;
}
</style>