Shades of Barberry #DADE16
Tints of Barberry #DADE16
RGB
CMYK
RGB Variations
Color information
#DADE16 (or 0xDADE16) is known color: Barberry. HEX triplet: DA, DE and 16. RGB value is (218,222,22). Sum of RGB (Red+Green+Blue) = 218+222+22=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE16 is #2521E9. Grayscale: #C6C6C6. Windows color (decimal): -2433514 or 1498842. OLE color: 1498842.
HSL color Cylindrical-coordinate representation of color #DADE16: hue angle of 61.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DADE16 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 22 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.13 |
| HSL | 61.2º | 0.82% | 0.48% | - |
| HSV(B) | 61.2º | 0.9% | 0.87% | - |
| XYZ | 55.18 | 67.21 | 10.82 | - |
| YUV | 198 | 28.67 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 22 | 0.02 | 0 | 0.90 | 0.13 | 61.2 | 0.82 | 0.48 |
| Hex | DA | DE | 16 | 2 | 0 | 5A | D | 3D | 52 | 30 |
| Octal | 332 | 336 | 26 | 2 | 0 | 132 | 15 | 75 | 122 | 60 |
| Binary | 11011010 | 11011110 | 10110 | 10 | 0 | 1011010 | 1101 | 111101 | 1010010 | 110000 |
Color Harmonies of #DADE16
Complementary color
Monochromatic Colors of #DADE16
Black with #DADE16
Text Example
Text Example
White with #DADE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE16; }
p { color: rgb(218,222,22); }
H1.HeaderClassName
{
color: #DADE16;
}
.AnyTagClassName
{
color: #DADE16;
}
</style>
background-color css
<style>
a { background-color: #DADE16; }
a { background-color: rgb(218,222,22); }
div.DivClassName
{
background-color: #DADE16;
}
.BgClassName
{
background-color: #DADE16;
}
</style>
border-color css
<style>
span { border-color: #DADE16; }
span { border-color: rgb(218,222,22); }
td.TdClassName
{
border-color: #DADE16;
}
.TagClassName
{
border-color: #DADE16;
}
</style>