Shades of Barberry #DEDD16
Tints of Barberry #DEDD16
RGB
CMYK
RGB Variations
Color information
#DEDD16 (or 0xDEDD16) is known color: Barberry. HEX triplet: DE, DD and 16. RGB value is (222,221,22). Sum of RGB (Red+Green+Blue) = 222+221+22=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD16 is #2122E9. Grayscale: #C7C7C7. Windows color (decimal): -2171626 or 1498590. OLE color: 1498590.
HSL color Cylindrical-coordinate representation of color #DEDD16: hue angle of 59.7º 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 #DEDD16 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 22 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.13 |
| HSL | 59.7º | 0.82% | 0.48% | - |
| HSV(B) | 59.7º | 0.9% | 0.87% | - |
| XYZ | 56.13 | 67.3 | 10.79 | - |
| YUV | 198.61 | 28.33 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 22 | 0 | 0.00 | 0.90 | 0.13 | 59.7 | 0.82 | 0.48 |
| Hex | DE | DD | 16 | 0 | 0 | 5A | D | 3C | 52 | 30 |
| Octal | 336 | 335 | 26 | 0 | 0 | 132 | 15 | 74 | 122 | 60 |
| Binary | 11011110 | 11011101 | 10110 | 0 | 0 | 1011010 | 1101 | 111100 | 1010010 | 110000 |
Color Harmonies of #DEDD16
Complementary color
Monochromatic Colors of #DEDD16
Black with #DEDD16
Text Example
Text Example
White with #DEDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD16; }
p { color: rgb(222,221,22); }
H1.HeaderClassName
{
color: #DEDD16;
}
.AnyTagClassName
{
color: #DEDD16;
}
</style>
background-color css
<style>
a { background-color: #DEDD16; }
a { background-color: rgb(222,221,22); }
div.DivClassName
{
background-color: #DEDD16;
}
.BgClassName
{
background-color: #DEDD16;
}
</style>
border-color css
<style>
span { border-color: #DEDD16; }
span { border-color: rgb(222,221,22); }
td.TdClassName
{
border-color: #DEDD16;
}
.TagClassName
{
border-color: #DEDD16;
}
</style>