Shades of Barberry #DBDC14
Tints of Barberry #DBDC14
RGB
CMYK
RGB Variations
Color information
#DBDC14 (or 0xDBDC14) is known color: Barberry. HEX triplet: DB, DC and 14. RGB value is (219,220,20). Sum of RGB (Red+Green+Blue) = 219+220+20=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC14 is #2423EB. Grayscale: #C5C5C5. Windows color (decimal): -2368492 or 1367259. OLE color: 1367259.
HSL color Cylindrical-coordinate representation of color #DBDC14: hue angle of 60.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBDC14 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 20 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.14 |
| HSL | 60.3º | 0.83% | 0.47% | - |
| HSV(B) | 60.3º | 0.91% | 0.86% | - |
| XYZ | 54.93 | 66.3 | 10.56 | - |
| YUV | 196.9 | 28.17 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 20 | 0.00 | 0 | 0.91 | 0.14 | 60.3 | 0.83 | 0.47 |
| Hex | DB | DC | 14 | 0 | 0 | 5B | E | 3C | 53 | 2F |
| Octal | 333 | 334 | 24 | 0 | 0 | 133 | 16 | 74 | 123 | 57 |
| Binary | 11011011 | 11011100 | 10100 | 0 | 0 | 1011011 | 1110 | 111100 | 1010011 | 101111 |
Color Harmonies of #DBDC14
Complementary color
Monochromatic Colors of #DBDC14
Black with #DBDC14
Text Example
Text Example
White with #DBDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC14; }
p { color: rgb(219,220,20); }
H1.HeaderClassName
{
color: #DBDC14;
}
.AnyTagClassName
{
color: #DBDC14;
}
</style>
background-color css
<style>
a { background-color: #DBDC14; }
a { background-color: rgb(219,220,20); }
div.DivClassName
{
background-color: #DBDC14;
}
.BgClassName
{
background-color: #DBDC14;
}
</style>
border-color css
<style>
span { border-color: #DBDC14; }
span { border-color: rgb(219,220,20); }
td.TdClassName
{
border-color: #DBDC14;
}
.TagClassName
{
border-color: #DBDC14;
}
</style>