Shades of Barberry #D3DB10
Tints of Barberry #D3DB10
RGB
CMYK
RGB Variations
Color information
#D3DB10 (or 0xD3DB10) is known color: Barberry. HEX triplet: D3, DB and 10. RGB value is (211,219,16). Sum of RGB (Red+Green+Blue) = 211+219+16=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DB10 is #2C24EF. Grayscale: #C2C2C2. Windows color (decimal): -2893040 or 1104851. OLE color: 1104851.
HSL color Cylindrical-coordinate representation of color #D3DB10: hue angle of 62.36º 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 #D3DB10 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 16 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.14 |
| HSL | 62.36º | 0.86% | 0.46% | - |
| HSV(B) | 62.36º | 0.93% | 0.86% | - |
| XYZ | 52.29 | 64.55 | 10.19 | - |
| YUV | 193.47 | 27.85 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 16 | 0.04 | 0 | 0.93 | 0.14 | 62.36 | 0.86 | 0.46 |
| Hex | D3 | DB | 10 | 4 | 0 | 5D | E | 3E | 56 | 2E |
| Octal | 323 | 333 | 20 | 4 | 0 | 135 | 16 | 76 | 126 | 56 |
| Binary | 11010011 | 11011011 | 10000 | 100 | 0 | 1011101 | 1110 | 111110 | 1010110 | 101110 |
Color Harmonies of #D3DB10
Complementary color
Monochromatic Colors of #D3DB10
Black with #D3DB10
Text Example
Text Example
White with #D3DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB10; }
p { color: rgb(211,219,16); }
H1.HeaderClassName
{
color: #D3DB10;
}
.AnyTagClassName
{
color: #D3DB10;
}
</style>
background-color css
<style>
a { background-color: #D3DB10; }
a { background-color: rgb(211,219,16); }
div.DivClassName
{
background-color: #D3DB10;
}
.BgClassName
{
background-color: #D3DB10;
}
</style>
border-color css
<style>
span { border-color: #D3DB10; }
span { border-color: rgb(211,219,16); }
td.TdClassName
{
border-color: #D3DB10;
}
.TagClassName
{
border-color: #D3DB10;
}
</style>