Shades of Barberry #DBDD16
Tints of Barberry #DBDD16
RGB
CMYK
RGB Variations
Color information
#DBDD16 (or 0xDBDD16) is known color: Barberry. HEX triplet: DB, DD and 16. RGB value is (219,221,22). Sum of RGB (Red+Green+Blue) = 219+221+22=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD16 is #2422E9. Grayscale: #C6C6C6. Windows color (decimal): -2368234 or 1498587. OLE color: 1498587.
HSL color Cylindrical-coordinate representation of color #DBDD16: hue angle of 60.6º 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 #DBDD16 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 22 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.13 |
| HSL | 60.6º | 0.82% | 0.48% | - |
| HSV(B) | 60.6º | 0.9% | 0.87% | - |
| XYZ | 55.21 | 66.83 | 10.75 | - |
| YUV | 197.72 | 28.84 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 22 | 0.01 | 0 | 0.90 | 0.13 | 60.6 | 0.82 | 0.48 |
| Hex | DB | DD | 16 | 1 | 0 | 5A | D | 3D | 52 | 30 |
| Octal | 333 | 335 | 26 | 1 | 0 | 132 | 15 | 75 | 122 | 60 |
| Binary | 11011011 | 11011101 | 10110 | 1 | 0 | 1011010 | 1101 | 111101 | 1010010 | 110000 |
Color Harmonies of #DBDD16
Complementary color
Monochromatic Colors of #DBDD16
Black with #DBDD16
Text Example
Text Example
White with #DBDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD16; }
p { color: rgb(219,221,22); }
H1.HeaderClassName
{
color: #DBDD16;
}
.AnyTagClassName
{
color: #DBDD16;
}
</style>
background-color css
<style>
a { background-color: #DBDD16; }
a { background-color: rgb(219,221,22); }
div.DivClassName
{
background-color: #DBDD16;
}
.BgClassName
{
background-color: #DBDD16;
}
</style>
border-color css
<style>
span { border-color: #DBDD16; }
span { border-color: rgb(219,221,22); }
td.TdClassName
{
border-color: #DBDD16;
}
.TagClassName
{
border-color: #DBDD16;
}
</style>