Shades of Barberry #DBCD29
Tints of Barberry #DBCD29
RGB
CMYK
RGB Variations
Color information
#DBCD29 (or 0xDBCD29) is known color: Barberry. HEX triplet: DB, CD and 29. RGB value is (219,205,41). Sum of RGB (Red+Green+Blue) = 219+205+41=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD29 is #2432D6. Grayscale: #BFBFBF. Windows color (decimal): -2372311 or 2739675. OLE color: 2739675.
HSL color Cylindrical-coordinate representation of color #DBCD29: hue angle of 55.28º 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 #DBCD29 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 41 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.14 |
| HSL | 55.28º | 0.71% | 0.51% | - |
| HSV(B) | 55.28º | 0.81% | 0.86% | - |
| XYZ | 51.44 | 58.88 | 10.75 | - |
| YUV | 190.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 41 | 0 | 0.06 | 0.81 | 0.14 | 55.28 | 0.71 | 0.51 |
| Hex | DB | CD | 29 | 0 | 6 | 51 | E | 37 | 47 | 33 |
| Octal | 333 | 315 | 51 | 0 | 6 | 121 | 16 | 67 | 107 | 63 |
| Binary | 11011011 | 11001101 | 101001 | 0 | 110 | 1010001 | 1110 | 110111 | 1000111 | 110011 |
Color Harmonies of #DBCD29
Complementary color
Monochromatic Colors of #DBCD29
Black with #DBCD29
Text Example
Text Example
White with #DBCD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD29; }
p { color: rgb(219,205,41); }
H1.HeaderClassName
{
color: #DBCD29;
}
.AnyTagClassName
{
color: #DBCD29;
}
</style>
background-color css
<style>
a { background-color: #DBCD29; }
a { background-color: rgb(219,205,41); }
div.DivClassName
{
background-color: #DBCD29;
}
.BgClassName
{
background-color: #DBCD29;
}
</style>
border-color css
<style>
span { border-color: #DBCD29; }
span { border-color: rgb(219,205,41); }
td.TdClassName
{
border-color: #DBCD29;
}
.TagClassName
{
border-color: #DBCD29;
}
</style>