Shades of Barberry #DBD622
Tints of Barberry #DBD622
RGB
CMYK
RGB Variations
Color information
#DBD622 (or 0xDBD622) is known color: Barberry. HEX triplet: DB, D6 and 22. RGB value is (219,214,34). Sum of RGB (Red+Green+Blue) = 219+214+34=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD622 is #2429DD. Grayscale: #C3C3C3. Windows color (decimal): -2370014 or 2283227. OLE color: 2283227.
HSL color Cylindrical-coordinate representation of color #DBD622: hue angle of 58.38º 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 #DBD622 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 34 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.14 |
| HSL | 58.38º | 0.73% | 0.5% | - |
| HSV(B) | 58.38º | 0.84% | 0.86% | - |
| XYZ | 53.55 | 63.27 | 10.9 | - |
| YUV | 194.98 | 37.16 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 34 | 0 | 0.02 | 0.84 | 0.14 | 58.38 | 0.73 | 0.5 |
| Hex | DB | D6 | 22 | 0 | 2 | 54 | E | 3A | 49 | 32 |
| Octal | 333 | 326 | 42 | 0 | 2 | 124 | 16 | 72 | 111 | 62 |
| Binary | 11011011 | 11010110 | 100010 | 0 | 10 | 1010100 | 1110 | 111010 | 1001001 | 110010 |
Color Harmonies of #DBD622
Complementary color
Monochromatic Colors of #DBD622
Black with #DBD622
Text Example
Text Example
White with #DBD622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD622; }
p { color: rgb(219,214,34); }
H1.HeaderClassName
{
color: #DBD622;
}
.AnyTagClassName
{
color: #DBD622;
}
</style>
background-color css
<style>
a { background-color: #DBD622; }
a { background-color: rgb(219,214,34); }
div.DivClassName
{
background-color: #DBD622;
}
.BgClassName
{
background-color: #DBD622;
}
</style>
border-color css
<style>
span { border-color: #DBD622; }
span { border-color: rgb(219,214,34); }
td.TdClassName
{
border-color: #DBD622;
}
.TagClassName
{
border-color: #DBD622;
}
</style>