Shades of Barberry #DBD226
Tints of Barberry #DBD226
RGB
CMYK
RGB Variations
Color information
#DBD226 (or 0xDBD226) is known color: Barberry. HEX triplet: DB, D2 and 26. RGB value is (219,210,38). Sum of RGB (Red+Green+Blue) = 219+210+38=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD226 is #242DD9. Grayscale: #C1C1C1. Windows color (decimal): -2371034 or 2544347. OLE color: 2544347.
HSL color Cylindrical-coordinate representation of color #DBD226: hue angle of 57.02º 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 #DBD226 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 38 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.14 |
| HSL | 57.02º | 0.72% | 0.5% | - |
| HSV(B) | 57.02º | 0.83% | 0.86% | - |
| XYZ | 52.61 | 61.29 | 10.89 | - |
| YUV | 193.08 | 40.48 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 38 | 0 | 0.04 | 0.83 | 0.14 | 57.02 | 0.72 | 0.5 |
| Hex | DB | D2 | 26 | 0 | 4 | 53 | E | 39 | 48 | 32 |
| Octal | 333 | 322 | 46 | 0 | 4 | 123 | 16 | 71 | 110 | 62 |
| Binary | 11011011 | 11010010 | 100110 | 0 | 100 | 1010011 | 1110 | 111001 | 1001000 | 110010 |
Color Harmonies of #DBD226
Complementary color
Monochromatic Colors of #DBD226
Black with #DBD226
Text Example
Text Example
White with #DBD226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD226; }
p { color: rgb(219,210,38); }
H1.HeaderClassName
{
color: #DBD226;
}
.AnyTagClassName
{
color: #DBD226;
}
</style>
background-color css
<style>
a { background-color: #DBD226; }
a { background-color: rgb(219,210,38); }
div.DivClassName
{
background-color: #DBD226;
}
.BgClassName
{
background-color: #DBD226;
}
</style>
border-color css
<style>
span { border-color: #DBD226; }
span { border-color: rgb(219,210,38); }
td.TdClassName
{
border-color: #DBD226;
}
.TagClassName
{
border-color: #DBD226;
}
</style>