Shades of Barberry #D8DE16
Tints of Barberry #D8DE16
RGB
CMYK
RGB Variations
Color information
#D8DE16 (or 0xD8DE16) is known color: Barberry. HEX triplet: D8, DE and 16. RGB value is (216,222,22). Sum of RGB (Red+Green+Blue) = 216+222+22=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DE16 is #2721E9. Grayscale: #C6C6C6. Windows color (decimal): -2564586 or 1498840. OLE color: 1498840.
HSL color Cylindrical-coordinate representation of color #D8DE16: hue angle of 61.8º 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 #D8DE16 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 22 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.13 |
| HSL | 61.8º | 0.82% | 0.48% | - |
| HSV(B) | 61.8º | 0.9% | 0.87% | - |
| XYZ | 54.59 | 66.9 | 10.8 | - |
| YUV | 197.41 | 29.01 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 22 | 0.03 | 0 | 0.90 | 0.13 | 61.8 | 0.82 | 0.48 |
| Hex | D8 | DE | 16 | 3 | 0 | 5A | D | 3E | 52 | 30 |
| Octal | 330 | 336 | 26 | 3 | 0 | 132 | 15 | 76 | 122 | 60 |
| Binary | 11011000 | 11011110 | 10110 | 11 | 0 | 1011010 | 1101 | 111110 | 1010010 | 110000 |
Color Harmonies of #D8DE16
Complementary color
Monochromatic Colors of #D8DE16
Black with #D8DE16
Text Example
Text Example
White with #D8DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DE16; }
p { color: rgb(216,222,22); }
H1.HeaderClassName
{
color: #D8DE16;
}
.AnyTagClassName
{
color: #D8DE16;
}
</style>
background-color css
<style>
a { background-color: #D8DE16; }
a { background-color: rgb(216,222,22); }
div.DivClassName
{
background-color: #D8DE16;
}
.BgClassName
{
background-color: #D8DE16;
}
</style>
border-color css
<style>
span { border-color: #D8DE16; }
span { border-color: rgb(216,222,22); }
td.TdClassName
{
border-color: #D8DE16;
}
.TagClassName
{
border-color: #D8DE16;
}
</style>