Shades of Barberry #DBDD18
Tints of Barberry #DBDD18
RGB
CMYK
RGB Variations
Color information
#DBDD18 (or 0xDBDD18) is known color: Barberry. HEX triplet: DB, DD and 18. RGB value is (219,221,24). Sum of RGB (Red+Green+Blue) = 219+221+24=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD18 is #2422E7. Grayscale: #C6C6C6. Windows color (decimal): -2368232 or 1629659. OLE color: 1629659.
HSL color Cylindrical-coordinate representation of color #DBDD18: hue angle of 60.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBDD18 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 24 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.13 |
| HSL | 60.61º | 0.8% | 0.48% | - |
| HSV(B) | 60.61º | 0.89% | 0.87% | - |
| XYZ | 55.23 | 66.84 | 10.85 | - |
| YUV | 197.94 | 29.84 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 24 | 0.01 | 0 | 0.89 | 0.13 | 60.61 | 0.8 | 0.48 |
| Hex | DB | DD | 18 | 1 | 0 | 59 | D | 3D | 50 | 30 |
| Octal | 333 | 335 | 30 | 1 | 0 | 131 | 15 | 75 | 120 | 60 |
| Binary | 11011011 | 11011101 | 11000 | 1 | 0 | 1011001 | 1101 | 111101 | 1010000 | 110000 |
Color Harmonies of #DBDD18
Complementary color
Monochromatic Colors of #DBDD18
Black with #DBDD18
Text Example
Text Example
White with #DBDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD18; }
p { color: rgb(219,221,24); }
H1.HeaderClassName
{
color: #DBDD18;
}
.AnyTagClassName
{
color: #DBDD18;
}
</style>
background-color css
<style>
a { background-color: #DBDD18; }
a { background-color: rgb(219,221,24); }
div.DivClassName
{
background-color: #DBDD18;
}
.BgClassName
{
background-color: #DBDD18;
}
</style>
border-color css
<style>
span { border-color: #DBDD18; }
span { border-color: rgb(219,221,24); }
td.TdClassName
{
border-color: #DBDD18;
}
.TagClassName
{
border-color: #DBDD18;
}
</style>