Shades of Barberry #DBDD11
Tints of Barberry #DBDD11
RGB
CMYK
RGB Variations
Color information
#DBDD11 (or 0xDBDD11) is known color: Barberry. HEX triplet: DB, DD and 11. RGB value is (219,221,17). Sum of RGB (Red+Green+Blue) = 219+221+17=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD11 is #2422EE. Grayscale: #C5C5C5. Windows color (decimal): -2368239 or 1170907. OLE color: 1170907.
HSL color Cylindrical-coordinate representation of color #DBDD11: hue angle of 60.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDD11 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 17 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.13 |
| HSL | 60.59º | 0.86% | 0.47% | - |
| HSV(B) | 60.59º | 0.92% | 0.87% | - |
| XYZ | 55.17 | 66.81 | 10.52 | - |
| YUV | 197.15 | 26.34 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 17 | 0.01 | 0 | 0.92 | 0.13 | 60.59 | 0.86 | 0.47 |
| Hex | DB | DD | 11 | 1 | 0 | 5C | D | 3D | 56 | 2F |
| Octal | 333 | 335 | 21 | 1 | 0 | 134 | 15 | 75 | 126 | 57 |
| Binary | 11011011 | 11011101 | 10001 | 1 | 0 | 1011100 | 1101 | 111101 | 1010110 | 101111 |
Color Harmonies of #DBDD11
Complementary color
Monochromatic Colors of #DBDD11
Black with #DBDD11
Text Example
Text Example
White with #DBDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD11; }
p { color: rgb(219,221,17); }
H1.HeaderClassName
{
color: #DBDD11;
}
.AnyTagClassName
{
color: #DBDD11;
}
</style>
background-color css
<style>
a { background-color: #DBDD11; }
a { background-color: rgb(219,221,17); }
div.DivClassName
{
background-color: #DBDD11;
}
.BgClassName
{
background-color: #DBDD11;
}
</style>
border-color css
<style>
span { border-color: #DBDD11; }
span { border-color: rgb(219,221,17); }
td.TdClassName
{
border-color: #DBDD11;
}
.TagClassName
{
border-color: #DBDD11;
}
</style>