Shades of Barberry #D2DB10
Tints of Barberry #D2DB10
RGB
CMYK
RGB Variations
Color information
#D2DB10 (or 0xD2DB10) is known color: Barberry. HEX triplet: D2, DB and 10. RGB value is (210,219,16). Sum of RGB (Red+Green+Blue) = 210+219+16=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DB10 is #2D24EF. Grayscale: #C1C1C1. Windows color (decimal): -2958576 or 1104850. OLE color: 1104850.
HSL color Cylindrical-coordinate representation of color #D2DB10: hue angle of 62.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2DB10 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 16 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.14 |
| HSL | 62.66º | 0.86% | 0.46% | - |
| HSV(B) | 62.66º | 0.93% | 0.86% | - |
| XYZ | 52 | 64.4 | 10.18 | - |
| YUV | 193.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 16 | 0.04 | 0 | 0.93 | 0.14 | 62.66 | 0.86 | 0.46 |
| Hex | D2 | DB | 10 | 4 | 0 | 5D | E | 3F | 56 | 2E |
| Octal | 322 | 333 | 20 | 4 | 0 | 135 | 16 | 77 | 126 | 56 |
| Binary | 11010010 | 11011011 | 10000 | 100 | 0 | 1011101 | 1110 | 111111 | 1010110 | 101110 |
Color Harmonies of #D2DB10
Complementary color
Monochromatic Colors of #D2DB10
Black with #D2DB10
Text Example
Text Example
White with #D2DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DB10; }
p { color: rgb(210,219,16); }
H1.HeaderClassName
{
color: #D2DB10;
}
.AnyTagClassName
{
color: #D2DB10;
}
</style>
background-color css
<style>
a { background-color: #D2DB10; }
a { background-color: rgb(210,219,16); }
div.DivClassName
{
background-color: #D2DB10;
}
.BgClassName
{
background-color: #D2DB10;
}
</style>
border-color css
<style>
span { border-color: #D2DB10; }
span { border-color: rgb(210,219,16); }
td.TdClassName
{
border-color: #D2DB10;
}
.TagClassName
{
border-color: #D2DB10;
}
</style>