Shades of Barberry #D0DB19
Tints of Barberry #D0DB19
RGB
CMYK
RGB Variations
Color information
#D0DB19 (or 0xD0DB19) is known color: Barberry. HEX triplet: D0, DB and 19. RGB value is (208,219,25). Sum of RGB (Red+Green+Blue) = 208+219+25=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DB19 is #2F24E6. Grayscale: #C2C2C2. Windows color (decimal): -3089639 or 1694672. OLE color: 1694672.
HSL color Cylindrical-coordinate representation of color #D0DB19: hue angle of 63.4º 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 #D0DB19 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 25 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.14 |
| HSL | 63.4º | 0.8% | 0.48% | - |
| HSV(B) | 63.4º | 0.89% | 0.86% | - |
| XYZ | 51.52 | 64.14 | 10.59 | - |
| YUV | 193.6 | 32.86 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 25 | 0.05 | 0 | 0.89 | 0.14 | 63.4 | 0.8 | 0.48 |
| Hex | D0 | DB | 19 | 5 | 0 | 59 | E | 3F | 50 | 30 |
| Octal | 320 | 333 | 31 | 5 | 0 | 131 | 16 | 77 | 120 | 60 |
| Binary | 11010000 | 11011011 | 11001 | 101 | 0 | 1011001 | 1110 | 111111 | 1010000 | 110000 |
Color Harmonies of #D0DB19
Complementary color
Monochromatic Colors of #D0DB19
Black with #D0DB19
Text Example
Text Example
White with #D0DB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB19; }
p { color: rgb(208,219,25); }
H1.HeaderClassName
{
color: #D0DB19;
}
.AnyTagClassName
{
color: #D0DB19;
}
</style>
background-color css
<style>
a { background-color: #D0DB19; }
a { background-color: rgb(208,219,25); }
div.DivClassName
{
background-color: #D0DB19;
}
.BgClassName
{
background-color: #D0DB19;
}
</style>
border-color css
<style>
span { border-color: #D0DB19; }
span { border-color: rgb(208,219,25); }
td.TdClassName
{
border-color: #D0DB19;
}
.TagClassName
{
border-color: #D0DB19;
}
</style>