Shades of Barberry #DBCD1B
Tints of Barberry #DBCD1B
RGB
CMYK
RGB Variations
Color information
#DBCD1B (or 0xDBCD1B) is known color: Barberry. HEX triplet: DB, CD and 1B. RGB value is (219,205,27). Sum of RGB (Red+Green+Blue) = 219+205+27=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD1B is #2432E4. Grayscale: #BDBDBD. Windows color (decimal): -2372325 or 1822171. OLE color: 1822171.
HSL color Cylindrical-coordinate representation of color #DBCD1B: hue angle of 55.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBCD1B is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 27 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.14 |
| HSL | 55.63º | 0.78% | 0.48% | - |
| HSV(B) | 55.63º | 0.88% | 0.86% | - |
| XYZ | 51.24 | 58.8 | 9.69 | - |
| YUV | 188.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 27 | 0 | 0.06 | 0.88 | 0.14 | 55.63 | 0.78 | 0.48 |
| Hex | DB | CD | 1B | 0 | 6 | 58 | E | 38 | 4E | 30 |
| Octal | 333 | 315 | 33 | 0 | 6 | 130 | 16 | 70 | 116 | 60 |
| Binary | 11011011 | 11001101 | 11011 | 0 | 110 | 1011000 | 1110 | 111000 | 1001110 | 110000 |
Color Harmonies of #DBCD1B
Complementary color
Monochromatic Colors of #DBCD1B
Black with #DBCD1B
Text Example
Text Example
White with #DBCD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD1B; }
p { color: rgb(219,205,27); }
H1.HeaderClassName
{
color: #DBCD1B;
}
.AnyTagClassName
{
color: #DBCD1B;
}
</style>
background-color css
<style>
a { background-color: #DBCD1B; }
a { background-color: rgb(219,205,27); }
div.DivClassName
{
background-color: #DBCD1B;
}
.BgClassName
{
background-color: #DBCD1B;
}
</style>
border-color css
<style>
span { border-color: #DBCD1B; }
span { border-color: rgb(219,205,27); }
td.TdClassName
{
border-color: #DBCD1B;
}
.TagClassName
{
border-color: #DBCD1B;
}
</style>