Shades of Barberry #DBDD10
Tints of Barberry #DBDD10
RGB
CMYK
RGB Variations
Color information
#DBDD10 (or 0xDBDD10) is known color: Barberry. HEX triplet: DB, DD and 10. RGB value is (219,221,16). Sum of RGB (Red+Green+Blue) = 219+221+16=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD10 is #2422EF. Grayscale: #C5C5C5. Windows color (decimal): -2368240 or 1105371. OLE color: 1105371.
HSL color Cylindrical-coordinate representation of color #DBDD10: hue angle of 60.59º degrees, saturation: 0.86, 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 #DBDD10 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 16 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.13 |
| HSL | 60.59º | 0.86% | 0.46% | - |
| HSV(B) | 60.59º | 0.93% | 0.87% | - |
| XYZ | 55.16 | 66.81 | 10.48 | - |
| YUV | 197.03 | 25.84 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 16 | 0.01 | 0 | 0.93 | 0.13 | 60.59 | 0.86 | 0.46 |
| Hex | DB | DD | 10 | 1 | 0 | 5D | D | 3D | 56 | 2E |
| Octal | 333 | 335 | 20 | 1 | 0 | 135 | 15 | 75 | 126 | 56 |
| Binary | 11011011 | 11011101 | 10000 | 1 | 0 | 1011101 | 1101 | 111101 | 1010110 | 101110 |
Color Harmonies of #DBDD10
Complementary color
Monochromatic Colors of #DBDD10
Black with #DBDD10
Text Example
Text Example
White with #DBDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD10; }
p { color: rgb(219,221,16); }
H1.HeaderClassName
{
color: #DBDD10;
}
.AnyTagClassName
{
color: #DBDD10;
}
</style>
background-color css
<style>
a { background-color: #DBDD10; }
a { background-color: rgb(219,221,16); }
div.DivClassName
{
background-color: #DBDD10;
}
.BgClassName
{
background-color: #DBDD10;
}
</style>
border-color css
<style>
span { border-color: #DBDD10; }
span { border-color: rgb(219,221,16); }
td.TdClassName
{
border-color: #DBDD10;
}
.TagClassName
{
border-color: #DBDD10;
}
</style>