Shades of Barberry #DBE210
Tints of Barberry #DBE210
RGB
CMYK
RGB Variations
Color information
#DBE210 (or 0xDBE210) is known color: Barberry. HEX triplet: DB, E2 and 10. RGB value is (219,226,16). Sum of RGB (Red+Green+Blue) = 219+226+16=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE210 is #241DEF. Grayscale: #C8C8C8. Windows color (decimal): -2366960 or 1106651. OLE color: 1106651.
HSL color Cylindrical-coordinate representation of color #DBE210: hue angle of 62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBE210 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.11 |
| HSL | 62º | 0.87% | 0.47% | - |
| HSV(B) | 62º | 0.93% | 0.89% | - |
| XYZ | 56.5 | 69.49 | 10.93 | - |
| YUV | 199.97 | 24.18 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 16 | 0.03 | 0 | 0.93 | 0.11 | 62 | 0.87 | 0.47 |
| Hex | DB | E2 | 10 | 3 | 0 | 5D | B | 3E | 57 | 2F |
| Octal | 333 | 342 | 20 | 3 | 0 | 135 | 13 | 76 | 127 | 57 |
| Binary | 11011011 | 11100010 | 10000 | 11 | 0 | 1011101 | 1011 | 111110 | 1010111 | 101111 |
Color Harmonies of #DBE210
Complementary color
Monochromatic Colors of #DBE210
Black with #DBE210
Text Example
Text Example
White with #DBE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE210; }
p { color: rgb(219,226,16); }
H1.HeaderClassName
{
color: #DBE210;
}
.AnyTagClassName
{
color: #DBE210;
}
</style>
background-color css
<style>
a { background-color: #DBE210; }
a { background-color: rgb(219,226,16); }
div.DivClassName
{
background-color: #DBE210;
}
.BgClassName
{
background-color: #DBE210;
}
</style>
border-color css
<style>
span { border-color: #DBE210; }
span { border-color: rgb(219,226,16); }
td.TdClassName
{
border-color: #DBE210;
}
.TagClassName
{
border-color: #DBE210;
}
</style>