Shades of Barberry #DBDF16
Tints of Barberry #DBDF16
RGB
CMYK
RGB Variations
Color information
#DBDF16 (or 0xDBDF16) is known color: Barberry. HEX triplet: DB, DF and 16. RGB value is (219,223,22). Sum of RGB (Red+Green+Blue) = 219+223+22=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDF16 is #2420E9. Grayscale: #C7C7C7. Windows color (decimal): -2367722 or 1499099. OLE color: 1499099.
HSL color Cylindrical-coordinate representation of color #DBDF16: hue angle of 61.19º 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 #DBDF16 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 22 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.13 |
| HSL | 61.19º | 0.82% | 0.48% | - |
| HSV(B) | 61.19º | 0.9% | 0.87% | - |
| XYZ | 55.75 | 67.89 | 10.93 | - |
| YUV | 198.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 22 | 0.02 | 0 | 0.90 | 0.13 | 61.19 | 0.82 | 0.48 |
| Hex | DB | DF | 16 | 2 | 0 | 5A | D | 3D | 52 | 30 |
| Octal | 333 | 337 | 26 | 2 | 0 | 132 | 15 | 75 | 122 | 60 |
| Binary | 11011011 | 11011111 | 10110 | 10 | 0 | 1011010 | 1101 | 111101 | 1010010 | 110000 |
Color Harmonies of #DBDF16
Complementary color
Monochromatic Colors of #DBDF16
Black with #DBDF16
Text Example
Text Example
White with #DBDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF16; }
p { color: rgb(219,223,22); }
H1.HeaderClassName
{
color: #DBDF16;
}
.AnyTagClassName
{
color: #DBDF16;
}
</style>
background-color css
<style>
a { background-color: #DBDF16; }
a { background-color: rgb(219,223,22); }
div.DivClassName
{
background-color: #DBDF16;
}
.BgClassName
{
background-color: #DBDF16;
}
</style>
border-color css
<style>
span { border-color: #DBDF16; }
span { border-color: rgb(219,223,22); }
td.TdClassName
{
border-color: #DBDF16;
}
.TagClassName
{
border-color: #DBDF16;
}
</style>