Shades of Barberry #DBDD15
Tints of Barberry #DBDD15
RGB
CMYK
RGB Variations
Color information
#DBDD15 (or 0xDBDD15) is known color: Barberry. HEX triplet: DB, DD and 15. RGB value is (219,221,21). Sum of RGB (Red+Green+Blue) = 219+221+21=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD15 is #2422EA. Grayscale: #C6C6C6. Windows color (decimal): -2368235 or 1433051. OLE color: 1433051.
HSL color Cylindrical-coordinate representation of color #DBDD15: hue angle of 60.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBDD15 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 21 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.13 |
| HSL | 60.6º | 0.83% | 0.47% | - |
| HSV(B) | 60.6º | 0.9% | 0.87% | - |
| XYZ | 55.21 | 66.83 | 10.7 | - |
| YUV | 197.6 | 28.34 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 21 | 0.01 | 0 | 0.90 | 0.13 | 60.6 | 0.83 | 0.47 |
| Hex | DB | DD | 15 | 1 | 0 | 5A | D | 3D | 53 | 2F |
| Octal | 333 | 335 | 25 | 1 | 0 | 132 | 15 | 75 | 123 | 57 |
| Binary | 11011011 | 11011101 | 10101 | 1 | 0 | 1011010 | 1101 | 111101 | 1010011 | 101111 |
Color Harmonies of #DBDD15
Complementary color
Monochromatic Colors of #DBDD15
Black with #DBDD15
Text Example
Text Example
White with #DBDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD15; }
p { color: rgb(219,221,21); }
H1.HeaderClassName
{
color: #DBDD15;
}
.AnyTagClassName
{
color: #DBDD15;
}
</style>
background-color css
<style>
a { background-color: #DBDD15; }
a { background-color: rgb(219,221,21); }
div.DivClassName
{
background-color: #DBDD15;
}
.BgClassName
{
background-color: #DBDD15;
}
</style>
border-color css
<style>
span { border-color: #DBDD15; }
span { border-color: rgb(219,221,21); }
td.TdClassName
{
border-color: #DBDD15;
}
.TagClassName
{
border-color: #DBDD15;
}
</style>