Shades of Barberry #DBCE20
Tints of Barberry #DBCE20
RGB
CMYK
RGB Variations
Color information
#DBCE20 (or 0xDBCE20) is known color: Barberry. HEX triplet: DB, CE and 20. RGB value is (219,206,32). Sum of RGB (Red+Green+Blue) = 219+206+32=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE20 is #2431DF. Grayscale: #BEBEBE. Windows color (decimal): -2372064 or 2150107. OLE color: 2150107.
HSL color Cylindrical-coordinate representation of color #DBCE20: hue angle of 55.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBCE20 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 32 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.14 |
| HSL | 55.83º | 0.75% | 0.49% | - |
| HSV(B) | 55.83º | 0.85% | 0.86% | - |
| XYZ | 51.55 | 59.31 | 10.1 | - |
| YUV | 190.05 | 38.81 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 32 | 0 | 0.06 | 0.85 | 0.14 | 55.83 | 0.75 | 0.49 |
| Hex | DB | CE | 20 | 0 | 6 | 55 | E | 38 | 4B | 31 |
| Octal | 333 | 316 | 40 | 0 | 6 | 125 | 16 | 70 | 113 | 61 |
| Binary | 11011011 | 11001110 | 100000 | 0 | 110 | 1010101 | 1110 | 111000 | 1001011 | 110001 |
Color Harmonies of #DBCE20
Complementary color
Monochromatic Colors of #DBCE20
Black with #DBCE20
Text Example
Text Example
White with #DBCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE20; }
p { color: rgb(219,206,32); }
H1.HeaderClassName
{
color: #DBCE20;
}
.AnyTagClassName
{
color: #DBCE20;
}
</style>
background-color css
<style>
a { background-color: #DBCE20; }
a { background-color: rgb(219,206,32); }
div.DivClassName
{
background-color: #DBCE20;
}
.BgClassName
{
background-color: #DBCE20;
}
</style>
border-color css
<style>
span { border-color: #DBCE20; }
span { border-color: rgb(219,206,32); }
td.TdClassName
{
border-color: #DBCE20;
}
.TagClassName
{
border-color: #DBCE20;
}
</style>