Shades of Barberry #DBDD0F
Tints of Barberry #DBDD0F
RGB
CMYK
RGB Variations
Color information
#DBDD0F (or 0xDBDD0F) is known color: Barberry. HEX triplet: DB, DD and 0F. RGB value is (219,221,15). Sum of RGB (Red+Green+Blue) = 219+221+15=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD0F is #2422F0. Grayscale: #C5C5C5. Windows color (decimal): -2368241 or 1039835. OLE color: 1039835.
HSL color Cylindrical-coordinate representation of color #DBDD0F: hue angle of 60.58º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBDD0F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 15 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.13 |
| HSL | 60.58º | 0.87% | 0.46% | - |
| HSV(B) | 60.58º | 0.93% | 0.87% | - |
| XYZ | 55.16 | 66.81 | 10.44 | - |
| YUV | 196.92 | 25.34 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 15 | 0.01 | 0 | 0.93 | 0.13 | 60.58 | 0.87 | 0.46 |
| Hex | DB | DD | F | 1 | 0 | 5D | D | 3D | 57 | 2E |
| Octal | 333 | 335 | 17 | 1 | 0 | 135 | 15 | 75 | 127 | 56 |
| Binary | 11011011 | 11011101 | 1111 | 1 | 0 | 1011101 | 1101 | 111101 | 1010111 | 101110 |
Color Harmonies of #DBDD0F
Complementary color
Monochromatic Colors of #DBDD0F
Black with #DBDD0F
Text Example
Text Example
White with #DBDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD0F; }
p { color: rgb(219,221,15); }
H1.HeaderClassName
{
color: #DBDD0F;
}
.AnyTagClassName
{
color: #DBDD0F;
}
</style>
background-color css
<style>
a { background-color: #DBDD0F; }
a { background-color: rgb(219,221,15); }
div.DivClassName
{
background-color: #DBDD0F;
}
.BgClassName
{
background-color: #DBDD0F;
}
</style>
border-color css
<style>
span { border-color: #DBDD0F; }
span { border-color: rgb(219,221,15); }
td.TdClassName
{
border-color: #DBDD0F;
}
.TagClassName
{
border-color: #DBDD0F;
}
</style>