Shades of Barberry #D5DB0B
Tints of Barberry #D5DB0B
RGB
CMYK
RGB Variations
Color information
#D5DB0B (or 0xD5DB0B) is known color: Barberry. HEX triplet: D5, DB and 0B. RGB value is (213,219,11). Sum of RGB (Red+Green+Blue) = 213+219+11=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DB0B is #2A24F4. Grayscale: #C2C2C2. Windows color (decimal): -2761973 or 777173. OLE color: 777173.
HSL color Cylindrical-coordinate representation of color #D5DB0B: hue angle of 61.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5DB0B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.14 |
| HSL | 61.73º | 0.9% | 0.45% | - |
| HSV(B) | 61.73º | 0.95% | 0.86% | - |
| XYZ | 52.83 | 64.83 | 10.05 | - |
| YUV | 193.49 | 25.01 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 11 | 0.03 | 0 | 0.95 | 0.14 | 61.73 | 0.9 | 0.45 |
| Hex | D5 | DB | B | 3 | 0 | 5F | E | 3E | 5A | 2D |
| Octal | 325 | 333 | 13 | 3 | 0 | 137 | 16 | 76 | 132 | 55 |
| Binary | 11010101 | 11011011 | 1011 | 11 | 0 | 1011111 | 1110 | 111110 | 1011010 | 101101 |
Color Harmonies of #D5DB0B
Complementary color
Monochromatic Colors of #D5DB0B
Black with #D5DB0B
Text Example
Text Example
White with #D5DB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DB0B; }
p { color: rgb(213,219,11); }
H1.HeaderClassName
{
color: #D5DB0B;
}
.AnyTagClassName
{
color: #D5DB0B;
}
</style>
background-color css
<style>
a { background-color: #D5DB0B; }
a { background-color: rgb(213,219,11); }
div.DivClassName
{
background-color: #D5DB0B;
}
.BgClassName
{
background-color: #D5DB0B;
}
</style>
border-color css
<style>
span { border-color: #D5DB0B; }
span { border-color: rgb(213,219,11); }
td.TdClassName
{
border-color: #D5DB0B;
}
.TagClassName
{
border-color: #D5DB0B;
}
</style>