Shades of Barberry #DBD325
Tints of Barberry #DBD325
RGB
CMYK
RGB Variations
Color information
#DBD325 (or 0xDBD325) is known color: Barberry. HEX triplet: DB, D3 and 25. RGB value is (219,211,37). Sum of RGB (Red+Green+Blue) = 219+211+37=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD325 is #242CDA. Grayscale: #C2C2C2. Windows color (decimal): -2370779 or 2479067. OLE color: 2479067.
HSL color Cylindrical-coordinate representation of color #DBD325: hue angle of 57.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBD325 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 37 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.14 |
| HSL | 57.36º | 0.72% | 0.5% | - |
| HSV(B) | 57.36º | 0.83% | 0.86% | - |
| XYZ | 52.84 | 61.78 | 10.89 | - |
| YUV | 193.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 37 | 0 | 0.04 | 0.83 | 0.14 | 57.36 | 0.72 | 0.5 |
| Hex | DB | D3 | 25 | 0 | 4 | 53 | E | 39 | 48 | 32 |
| Octal | 333 | 323 | 45 | 0 | 4 | 123 | 16 | 71 | 110 | 62 |
| Binary | 11011011 | 11010011 | 100101 | 0 | 100 | 1010011 | 1110 | 111001 | 1001000 | 110010 |
Color Harmonies of #DBD325
Complementary color
Monochromatic Colors of #DBD325
Black with #DBD325
Text Example
Text Example
White with #DBD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD325; }
p { color: rgb(219,211,37); }
H1.HeaderClassName
{
color: #DBD325;
}
.AnyTagClassName
{
color: #DBD325;
}
</style>
background-color css
<style>
a { background-color: #DBD325; }
a { background-color: rgb(219,211,37); }
div.DivClassName
{
background-color: #DBD325;
}
.BgClassName
{
background-color: #DBD325;
}
</style>
border-color css
<style>
span { border-color: #DBD325; }
span { border-color: rgb(219,211,37); }
td.TdClassName
{
border-color: #DBD325;
}
.TagClassName
{
border-color: #DBD325;
}
</style>