Shades of Barberry #D8DB1B
Tints of Barberry #D8DB1B
RGB
CMYK
RGB Variations
Color information
#D8DB1B (or 0xD8DB1B) is known color: Barberry. HEX triplet: D8, DB and 1B. RGB value is (216,219,27). Sum of RGB (Red+Green+Blue) = 216+219+27=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB1B is #2724E4. Grayscale: #C4C4C4. Windows color (decimal): -2565349 or 1825752. OLE color: 1825752.
HSL color Cylindrical-coordinate representation of color #D8DB1B: hue angle of 60.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8DB1B is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 27 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.14 |
| HSL | 60.94º | 0.78% | 0.48% | - |
| HSV(B) | 60.94º | 0.88% | 0.86% | - |
| XYZ | 53.85 | 65.34 | 10.81 | - |
| YUV | 196.22 | 32.51 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 27 | 0.01 | 0 | 0.88 | 0.14 | 60.94 | 0.78 | 0.48 |
| Hex | D8 | DB | 1B | 1 | 0 | 58 | E | 3D | 4E | 30 |
| Octal | 330 | 333 | 33 | 1 | 0 | 130 | 16 | 75 | 116 | 60 |
| Binary | 11011000 | 11011011 | 11011 | 1 | 0 | 1011000 | 1110 | 111101 | 1001110 | 110000 |
Color Harmonies of #D8DB1B
Complementary color
Monochromatic Colors of #D8DB1B
Black with #D8DB1B
Text Example
Text Example
White with #D8DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB1B; }
p { color: rgb(216,219,27); }
H1.HeaderClassName
{
color: #D8DB1B;
}
.AnyTagClassName
{
color: #D8DB1B;
}
</style>
background-color css
<style>
a { background-color: #D8DB1B; }
a { background-color: rgb(216,219,27); }
div.DivClassName
{
background-color: #D8DB1B;
}
.BgClassName
{
background-color: #D8DB1B;
}
</style>
border-color css
<style>
span { border-color: #D8DB1B; }
span { border-color: rgb(216,219,27); }
td.TdClassName
{
border-color: #D8DB1B;
}
.TagClassName
{
border-color: #D8DB1B;
}
</style>