Shades of Barberry #DBDD09
Tints of Barberry #DBDD09
RGB
CMYK
RGB Variations
Color information
#DBDD09 (or 0xDBDD09) is known color: Barberry. HEX triplet: DB, DD and 09. RGB value is (219,221,9). Sum of RGB (Red+Green+Blue) = 219+221+9=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD09 is #2422F6. Grayscale: #C5C5C5. Windows color (decimal): -2368247 or 646619. OLE color: 646619.
HSL color Cylindrical-coordinate representation of color #DBDD09: hue angle of 60.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBDD09 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 9 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.13 |
| HSL | 60.57º | 0.92% | 0.45% | - |
| HSV(B) | 60.57º | 0.96% | 0.87% | - |
| XYZ | 55.12 | 66.79 | 10.25 | - |
| YUV | 196.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 9 | 0.01 | 0 | 0.96 | 0.13 | 60.57 | 0.92 | 0.45 |
| Hex | DB | DD | 9 | 1 | 0 | 60 | D | 3D | 5C | 2D |
| Octal | 333 | 335 | 11 | 1 | 0 | 140 | 15 | 75 | 134 | 55 |
| Binary | 11011011 | 11011101 | 1001 | 1 | 0 | 1100000 | 1101 | 111101 | 1011100 | 101101 |
Color Harmonies of #DBDD09
Complementary color
Monochromatic Colors of #DBDD09
Black with #DBDD09
Text Example
Text Example
White with #DBDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD09; }
p { color: rgb(219,221,9); }
H1.HeaderClassName
{
color: #DBDD09;
}
.AnyTagClassName
{
color: #DBDD09;
}
</style>
background-color css
<style>
a { background-color: #DBDD09; }
a { background-color: rgb(219,221,9); }
div.DivClassName
{
background-color: #DBDD09;
}
.BgClassName
{
background-color: #DBDD09;
}
</style>
border-color css
<style>
span { border-color: #DBDD09; }
span { border-color: rgb(219,221,9); }
td.TdClassName
{
border-color: #DBDD09;
}
.TagClassName
{
border-color: #DBDD09;
}
</style>