Shades of Barberry #D5DB15
Tints of Barberry #D5DB15
RGB
CMYK
RGB Variations
Color information
#D5DB15 (or 0xD5DB15) is known color: Barberry. HEX triplet: D5, DB and 15. RGB value is (213,219,21). Sum of RGB (Red+Green+Blue) = 213+219+21=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DB15 is #2A24EA. Grayscale: #C3C3C3. Windows color (decimal): -2761963 or 1432533. OLE color: 1432533.
HSL color Cylindrical-coordinate representation of color #D5DB15: hue angle of 61.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5DB15 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 21 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.14 |
| HSL | 61.82º | 0.83% | 0.47% | - |
| HSV(B) | 61.82º | 0.9% | 0.86% | - |
| XYZ | 52.91 | 64.86 | 10.44 | - |
| YUV | 194.63 | 30.01 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 21 | 0.03 | 0 | 0.90 | 0.14 | 61.82 | 0.83 | 0.47 |
| Hex | D5 | DB | 15 | 3 | 0 | 5A | E | 3E | 52 | 2F |
| Octal | 325 | 333 | 25 | 3 | 0 | 132 | 16 | 76 | 122 | 57 |
| Binary | 11010101 | 11011011 | 10101 | 11 | 0 | 1011010 | 1110 | 111110 | 1010010 | 101111 |
Color Harmonies of #D5DB15
Complementary color
Monochromatic Colors of #D5DB15
Black with #D5DB15
Text Example
Text Example
White with #D5DB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB15; }
p { color: rgb(213,219,21); }
H1.HeaderClassName
{
color: #D5DB15;
}
.AnyTagClassName
{
color: #D5DB15;
}
</style>
background-color css
<style>
a { background-color: #D5DB15; }
a { background-color: rgb(213,219,21); }
div.DivClassName
{
background-color: #D5DB15;
}
.BgClassName
{
background-color: #D5DB15;
}
</style>
border-color css
<style>
span { border-color: #D5DB15; }
span { border-color: rgb(213,219,21); }
td.TdClassName
{
border-color: #D5DB15;
}
.TagClassName
{
border-color: #D5DB15;
}
</style>