Shades of Barberry #DADB16
Tints of Barberry #DADB16
RGB
CMYK
RGB Variations
Color information
#DADB16 (or 0xDADB16) is known color: Barberry. HEX triplet: DA, DB and 16. RGB value is (218,219,22). Sum of RGB (Red+Green+Blue) = 218+219+22=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB16 is #2524E9. Grayscale: #C5C5C5. Windows color (decimal): -2434282 or 1498074. OLE color: 1498074.
HSL color Cylindrical-coordinate representation of color #DADB16: hue angle of 60.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DADB16 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 22 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.14 |
| HSL | 60.3º | 0.82% | 0.47% | - |
| HSV(B) | 60.3º | 0.9% | 0.86% | - |
| XYZ | 54.39 | 65.63 | 10.56 | - |
| YUV | 196.24 | 29.67 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 22 | 0.00 | 0 | 0.90 | 0.14 | 60.3 | 0.82 | 0.47 |
| Hex | DA | DB | 16 | 0 | 0 | 5A | E | 3C | 52 | 2F |
| Octal | 332 | 333 | 26 | 0 | 0 | 132 | 16 | 74 | 122 | 57 |
| Binary | 11011010 | 11011011 | 10110 | 0 | 0 | 1011010 | 1110 | 111100 | 1010010 | 101111 |
Color Harmonies of #DADB16
Complementary color
Monochromatic Colors of #DADB16
Black with #DADB16
Text Example
Text Example
White with #DADB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB16; }
p { color: rgb(218,219,22); }
H1.HeaderClassName
{
color: #DADB16;
}
.AnyTagClassName
{
color: #DADB16;
}
</style>
background-color css
<style>
a { background-color: #DADB16; }
a { background-color: rgb(218,219,22); }
div.DivClassName
{
background-color: #DADB16;
}
.BgClassName
{
background-color: #DADB16;
}
</style>
border-color css
<style>
span { border-color: #DADB16; }
span { border-color: rgb(218,219,22); }
td.TdClassName
{
border-color: #DADB16;
}
.TagClassName
{
border-color: #DADB16;
}
</style>