Shades of Barberry #DBD420
Tints of Barberry #DBD420
RGB
CMYK
RGB Variations
Color information
#DBD420 (or 0xDBD420) is known color: Barberry. HEX triplet: DB, D4 and 20. RGB value is (219,212,32). Sum of RGB (Red+Green+Blue) = 219+212+32=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD420 is #242BDF. Grayscale: #C2C2C2. Windows color (decimal): -2370528 or 2151643. OLE color: 2151643.
HSL color Cylindrical-coordinate representation of color #DBD420: hue angle of 57.75º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBD420 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 32 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.14 |
| HSL | 57.75º | 0.75% | 0.49% | - |
| HSV(B) | 57.75º | 0.85% | 0.86% | - |
| XYZ | 53.02 | 62.25 | 10.59 | - |
| YUV | 193.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 32 | 0 | 0.03 | 0.85 | 0.14 | 57.75 | 0.75 | 0.49 |
| Hex | DB | D4 | 20 | 0 | 3 | 55 | E | 3A | 4B | 31 |
| Octal | 333 | 324 | 40 | 0 | 3 | 125 | 16 | 72 | 113 | 61 |
| Binary | 11011011 | 11010100 | 100000 | 0 | 11 | 1010101 | 1110 | 111010 | 1001011 | 110001 |
Color Harmonies of #DBD420
Complementary color
Monochromatic Colors of #DBD420
Black with #DBD420
Text Example
Text Example
White with #DBD420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD420; }
p { color: rgb(219,212,32); }
H1.HeaderClassName
{
color: #DBD420;
}
.AnyTagClassName
{
color: #DBD420;
}
</style>
background-color css
<style>
a { background-color: #DBD420; }
a { background-color: rgb(219,212,32); }
div.DivClassName
{
background-color: #DBD420;
}
.BgClassName
{
background-color: #DBD420;
}
</style>
border-color css
<style>
span { border-color: #DBD420; }
span { border-color: rgb(219,212,32); }
td.TdClassName
{
border-color: #DBD420;
}
.TagClassName
{
border-color: #DBD420;
}
</style>