Shades of Barberry #DEDB16
Tints of Barberry #DEDB16
RGB
CMYK
RGB Variations
Color information
#DEDB16 (or 0xDEDB16) is known color: Barberry. HEX triplet: DE, DB and 16. RGB value is (222,219,22). Sum of RGB (Red+Green+Blue) = 222+219+22=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB16 is #2124E9. Grayscale: #C6C6C6. Windows color (decimal): -2172138 or 1498078. OLE color: 1498078.
HSL color Cylindrical-coordinate representation of color #DEDB16: hue angle of 59.1º 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 #DEDB16 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 22 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.13 |
| HSL | 59.1º | 0.82% | 0.48% | - |
| HSV(B) | 59.1º | 0.9% | 0.87% | - |
| XYZ | 55.6 | 66.25 | 10.62 | - |
| YUV | 197.44 | 28.99 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 22 | 0 | 0.01 | 0.90 | 0.13 | 59.1 | 0.82 | 0.48 |
| Hex | DE | DB | 16 | 0 | 1 | 5A | D | 3B | 52 | 30 |
| Octal | 336 | 333 | 26 | 0 | 1 | 132 | 15 | 73 | 122 | 60 |
| Binary | 11011110 | 11011011 | 10110 | 0 | 1 | 1011010 | 1101 | 111011 | 1010010 | 110000 |
Color Harmonies of #DEDB16
Complementary color
Monochromatic Colors of #DEDB16
Black with #DEDB16
Text Example
Text Example
White with #DEDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB16; }
p { color: rgb(222,219,22); }
H1.HeaderClassName
{
color: #DEDB16;
}
.AnyTagClassName
{
color: #DEDB16;
}
</style>
background-color css
<style>
a { background-color: #DEDB16; }
a { background-color: rgb(222,219,22); }
div.DivClassName
{
background-color: #DEDB16;
}
.BgClassName
{
background-color: #DEDB16;
}
</style>
border-color css
<style>
span { border-color: #DEDB16; }
span { border-color: rgb(222,219,22); }
td.TdClassName
{
border-color: #DEDB16;
}
.TagClassName
{
border-color: #DEDB16;
}
</style>