Shades of Barberry #DBDD13
Tints of Barberry #DBDD13
RGB
CMYK
RGB Variations
Color information
#DBDD13 (or 0xDBDD13) is known color: Barberry. HEX triplet: DB, DD and 13. RGB value is (219,221,19). Sum of RGB (Red+Green+Blue) = 219+221+19=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD13 is #2422EC. Grayscale: #C6C6C6. Windows color (decimal): -2368237 or 1301979. OLE color: 1301979.
HSL color Cylindrical-coordinate representation of color #DBDD13: hue angle of 60.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBDD13 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 19 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.13 |
| HSL | 60.59º | 0.84% | 0.47% | - |
| HSV(B) | 60.59º | 0.91% | 0.87% | - |
| XYZ | 55.19 | 66.82 | 10.6 | - |
| YUV | 197.37 | 27.34 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 19 | 0.01 | 0 | 0.91 | 0.13 | 60.59 | 0.84 | 0.47 |
| Hex | DB | DD | 13 | 1 | 0 | 5B | D | 3D | 54 | 2F |
| Octal | 333 | 335 | 23 | 1 | 0 | 133 | 15 | 75 | 124 | 57 |
| Binary | 11011011 | 11011101 | 10011 | 1 | 0 | 1011011 | 1101 | 111101 | 1010100 | 101111 |
Color Harmonies of #DBDD13
Complementary color
Monochromatic Colors of #DBDD13
Black with #DBDD13
Text Example
Text Example
White with #DBDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD13; }
p { color: rgb(219,221,19); }
H1.HeaderClassName
{
color: #DBDD13;
}
.AnyTagClassName
{
color: #DBDD13;
}
</style>
background-color css
<style>
a { background-color: #DBDD13; }
a { background-color: rgb(219,221,19); }
div.DivClassName
{
background-color: #DBDD13;
}
.BgClassName
{
background-color: #DBDD13;
}
</style>
border-color css
<style>
span { border-color: #DBDD13; }
span { border-color: rgb(219,221,19); }
td.TdClassName
{
border-color: #DBDD13;
}
.TagClassName
{
border-color: #DBDD13;
}
</style>