Shades of Barberry #D5DB10
Tints of Barberry #D5DB10
RGB
CMYK
RGB Variations
Color information
#D5DB10 (or 0xD5DB10) is known color: Barberry. HEX triplet: D5, DB and 10. RGB value is (213,219,16). Sum of RGB (Red+Green+Blue) = 213+219+16=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DB10 is #2A24EF. Grayscale: #C2C2C2. Windows color (decimal): -2761968 or 1104853. OLE color: 1104853.
HSL color Cylindrical-coordinate representation of color #D5DB10: hue angle of 61.77º 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 #D5DB10 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.14 |
| HSL | 61.77º | 0.86% | 0.46% | - |
| HSV(B) | 61.77º | 0.93% | 0.86% | - |
| XYZ | 52.87 | 64.85 | 10.22 | - |
| YUV | 194.06 | 27.51 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 16 | 0.03 | 0 | 0.93 | 0.14 | 61.77 | 0.86 | 0.46 |
| Hex | D5 | DB | 10 | 3 | 0 | 5D | E | 3E | 56 | 2E |
| Octal | 325 | 333 | 20 | 3 | 0 | 135 | 16 | 76 | 126 | 56 |
| Binary | 11010101 | 11011011 | 10000 | 11 | 0 | 1011101 | 1110 | 111110 | 1010110 | 101110 |
Color Harmonies of #D5DB10
Complementary color
Monochromatic Colors of #D5DB10
Black with #D5DB10
Text Example
Text Example
White with #D5DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB10; }
p { color: rgb(213,219,16); }
H1.HeaderClassName
{
color: #D5DB10;
}
.AnyTagClassName
{
color: #D5DB10;
}
</style>
background-color css
<style>
a { background-color: #D5DB10; }
a { background-color: rgb(213,219,16); }
div.DivClassName
{
background-color: #D5DB10;
}
.BgClassName
{
background-color: #D5DB10;
}
</style>
border-color css
<style>
span { border-color: #D5DB10; }
span { border-color: rgb(213,219,16); }
td.TdClassName
{
border-color: #D5DB10;
}
.TagClassName
{
border-color: #D5DB10;
}
</style>