Shades of Barberry #DBC829
Tints of Barberry #DBC829
RGB
CMYK
RGB Variations
Color information
#DBC829 (or 0xDBC829) is known color: Barberry. HEX triplet: DB, C8 and 29. RGB value is (219,200,41). Sum of RGB (Red+Green+Blue) = 219+200+41=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC829 is #2437D6. Grayscale: #BCBCBC. Windows color (decimal): -2373591 or 2738395. OLE color: 2738395.
HSL color Cylindrical-coordinate representation of color #DBC829: hue angle of 53.6º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBC829 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 41 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.14 |
| HSL | 53.6º | 0.71% | 0.51% | - |
| HSV(B) | 53.6º | 0.81% | 0.86% | - |
| XYZ | 50.27 | 56.53 | 10.36 | - |
| YUV | 187.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 41 | 0 | 0.09 | 0.81 | 0.14 | 53.6 | 0.71 | 0.51 |
| Hex | DB | C8 | 29 | 0 | 9 | 51 | E | 36 | 47 | 33 |
| Octal | 333 | 310 | 51 | 0 | 11 | 121 | 16 | 66 | 107 | 63 |
| Binary | 11011011 | 11001000 | 101001 | 0 | 1001 | 1010001 | 1110 | 110110 | 1000111 | 110011 |
Color Harmonies of #DBC829
Complementary color
Monochromatic Colors of #DBC829
Black with #DBC829
Text Example
Text Example
White with #DBC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC829; }
p { color: rgb(219,200,41); }
H1.HeaderClassName
{
color: #DBC829;
}
.AnyTagClassName
{
color: #DBC829;
}
</style>
background-color css
<style>
a { background-color: #DBC829; }
a { background-color: rgb(219,200,41); }
div.DivClassName
{
background-color: #DBC829;
}
.BgClassName
{
background-color: #DBC829;
}
</style>
border-color css
<style>
span { border-color: #DBC829; }
span { border-color: rgb(219,200,41); }
td.TdClassName
{
border-color: #DBC829;
}
.TagClassName
{
border-color: #DBC829;
}
</style>