Shades of Barberry #DBDC18
Tints of Barberry #DBDC18
RGB
CMYK
RGB Variations
Color information
#DBDC18 (or 0xDBDC18) is known color: Barberry. HEX triplet: DB, DC and 18. RGB value is (219,220,24). Sum of RGB (Red+Green+Blue) = 219+220+24=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC18 is #2423E7. Grayscale: #C6C6C6. Windows color (decimal): -2368488 or 1629403. OLE color: 1629403.
HSL color Cylindrical-coordinate representation of color #DBDC18: hue angle of 60.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBDC18 is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 24 | - |
| CMYK | 0.00 | 0 | 0.89 | 0.14 |
| HSL | 60.31º | 0.8% | 0.48% | - |
| HSV(B) | 60.31º | 0.89% | 0.86% | - |
| XYZ | 54.97 | 66.31 | 10.77 | - |
| YUV | 197.36 | 30.17 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 24 | 0.00 | 0 | 0.89 | 0.14 | 60.31 | 0.8 | 0.48 |
| Hex | DB | DC | 18 | 0 | 0 | 59 | E | 3C | 50 | 30 |
| Octal | 333 | 334 | 30 | 0 | 0 | 131 | 16 | 74 | 120 | 60 |
| Binary | 11011011 | 11011100 | 11000 | 0 | 0 | 1011001 | 1110 | 111100 | 1010000 | 110000 |
Color Harmonies of #DBDC18
Complementary color
Monochromatic Colors of #DBDC18
Black with #DBDC18
Text Example
Text Example
White with #DBDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC18; }
p { color: rgb(219,220,24); }
H1.HeaderClassName
{
color: #DBDC18;
}
.AnyTagClassName
{
color: #DBDC18;
}
</style>
background-color css
<style>
a { background-color: #DBDC18; }
a { background-color: rgb(219,220,24); }
div.DivClassName
{
background-color: #DBDC18;
}
.BgClassName
{
background-color: #DBDC18;
}
</style>
border-color css
<style>
span { border-color: #DBDC18; }
span { border-color: rgb(219,220,24); }
td.TdClassName
{
border-color: #DBDC18;
}
.TagClassName
{
border-color: #DBDC18;
}
</style>