Shades of Barberry #DBD022
Tints of Barberry #DBD022
RGB
CMYK
RGB Variations
Color information
#DBD022 (or 0xDBD022) is known color: Barberry. HEX triplet: DB, D0 and 22. RGB value is (219,208,34). Sum of RGB (Red+Green+Blue) = 219+208+34=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD022 is #242FDD. Grayscale: #C0C0C0. Windows color (decimal): -2371550 or 2281691. OLE color: 2281691.
HSL color Cylindrical-coordinate representation of color #DBD022: hue angle of 56.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBD022 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 34 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.14 |
| HSL | 56.43º | 0.73% | 0.5% | - |
| HSV(B) | 56.43º | 0.84% | 0.86% | - |
| XYZ | 52.06 | 60.29 | 10.41 | - |
| YUV | 191.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 34 | 0 | 0.05 | 0.84 | 0.14 | 56.43 | 0.73 | 0.5 |
| Hex | DB | D0 | 22 | 0 | 5 | 54 | E | 38 | 49 | 32 |
| Octal | 333 | 320 | 42 | 0 | 5 | 124 | 16 | 70 | 111 | 62 |
| Binary | 11011011 | 11010000 | 100010 | 0 | 101 | 1010100 | 1110 | 111000 | 1001001 | 110010 |
Color Harmonies of #DBD022
Complementary color
Monochromatic Colors of #DBD022
Black with #DBD022
Text Example
Text Example
White with #DBD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD022; }
p { color: rgb(219,208,34); }
H1.HeaderClassName
{
color: #DBD022;
}
.AnyTagClassName
{
color: #DBD022;
}
</style>
background-color css
<style>
a { background-color: #DBD022; }
a { background-color: rgb(219,208,34); }
div.DivClassName
{
background-color: #DBD022;
}
.BgClassName
{
background-color: #DBD022;
}
</style>
border-color css
<style>
span { border-color: #DBD022; }
span { border-color: rgb(219,208,34); }
td.TdClassName
{
border-color: #DBD022;
}
.TagClassName
{
border-color: #DBD022;
}
</style>