Shades of Barberry #DADD19
Tints of Barberry #DADD19
RGB
CMYK
RGB Variations
Color information
#DADD19 (or 0xDADD19) is known color: Barberry. HEX triplet: DA, DD and 19. RGB value is (218,221,25). Sum of RGB (Red+Green+Blue) = 218+221+25=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 25 (10.16% from 255 or 5.39% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD19 is #2522E6. Grayscale: #C6C6C6. Windows color (decimal): -2433767 or 1695194. OLE color: 1695194.
HSL color Cylindrical-coordinate representation of color #DADD19: hue angle of 60.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DADD19 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 25 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.13 |
| HSL | 60.92º | 0.8% | 0.48% | - |
| HSV(B) | 60.92º | 0.89% | 0.87% | - |
| XYZ | 54.95 | 66.69 | 10.9 | - |
| YUV | 197.76 | 30.51 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 25 | 0.01 | 0 | 0.89 | 0.13 | 60.92 | 0.8 | 0.48 |
| Hex | DA | DD | 19 | 1 | 0 | 59 | D | 3D | 50 | 30 |
| Octal | 332 | 335 | 31 | 1 | 0 | 131 | 15 | 75 | 120 | 60 |
| Binary | 11011010 | 11011101 | 11001 | 1 | 0 | 1011001 | 1101 | 111101 | 1010000 | 110000 |
Color Harmonies of #DADD19
Complementary color
Monochromatic Colors of #DADD19
Black with #DADD19
Text Example
Text Example
White with #DADD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD19; }
p { color: rgb(218,221,25); }
H1.HeaderClassName
{
color: #DADD19;
}
.AnyTagClassName
{
color: #DADD19;
}
</style>
background-color css
<style>
a { background-color: #DADD19; }
a { background-color: rgb(218,221,25); }
div.DivClassName
{
background-color: #DADD19;
}
.BgClassName
{
background-color: #DADD19;
}
</style>
border-color css
<style>
span { border-color: #DADD19; }
span { border-color: rgb(218,221,25); }
td.TdClassName
{
border-color: #DADD19;
}
.TagClassName
{
border-color: #DADD19;
}
</style>