Shades of Barberry #DBE010
Tints of Barberry #DBE010
RGB
CMYK
RGB Variations
Color information
#DBE010 (or 0xDBE010) is known color: Barberry. HEX triplet: DB, E0 and 10. RGB value is (219,224,16). Sum of RGB (Red+Green+Blue) = 219+224+16=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE010 is #241FEF. Grayscale: #C7C7C7. Windows color (decimal): -2367472 or 1106139. OLE color: 1106139.
HSL color Cylindrical-coordinate representation of color #DBE010: hue angle of 61.44º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBE010 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 16 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.12 |
| HSL | 61.44º | 0.87% | 0.47% | - |
| HSV(B) | 61.44º | 0.93% | 0.88% | - |
| XYZ | 55.96 | 68.41 | 10.74 | - |
| YUV | 198.79 | 24.84 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 16 | 0.02 | 0 | 0.93 | 0.12 | 61.44 | 0.87 | 0.47 |
| Hex | DB | E0 | 10 | 2 | 0 | 5D | C | 3D | 57 | 2F |
| Octal | 333 | 340 | 20 | 2 | 0 | 135 | 14 | 75 | 127 | 57 |
| Binary | 11011011 | 11100000 | 10000 | 10 | 0 | 1011101 | 1100 | 111101 | 1010111 | 101111 |
Color Harmonies of #DBE010
Complementary color
Monochromatic Colors of #DBE010
Black with #DBE010
Text Example
Text Example
White with #DBE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE010; }
p { color: rgb(219,224,16); }
H1.HeaderClassName
{
color: #DBE010;
}
.AnyTagClassName
{
color: #DBE010;
}
</style>
background-color css
<style>
a { background-color: #DBE010; }
a { background-color: rgb(219,224,16); }
div.DivClassName
{
background-color: #DBE010;
}
.BgClassName
{
background-color: #DBE010;
}
</style>
border-color css
<style>
span { border-color: #DBE010; }
span { border-color: rgb(219,224,16); }
td.TdClassName
{
border-color: #DBE010;
}
.TagClassName
{
border-color: #DBE010;
}
</style>