Shades of Barberry #D8DB1A
Tints of Barberry #D8DB1A
RGB
CMYK
RGB Variations
Color information
#D8DB1A (or 0xD8DB1A) is known color: Barberry. HEX triplet: D8, DB and 1A. RGB value is (216,219,26). Sum of RGB (Red+Green+Blue) = 216+219+26=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB1A is #2724E5. Grayscale: #C4C4C4. Windows color (decimal): -2565350 or 1760216. OLE color: 1760216.
HSL color Cylindrical-coordinate representation of color #D8DB1A: hue angle of 60.93º degrees, saturation: 0.79, 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 #D8DB1A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 26 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.14 |
| HSL | 60.93º | 0.79% | 0.48% | - |
| HSV(B) | 60.93º | 0.88% | 0.86% | - |
| XYZ | 53.84 | 65.34 | 10.75 | - |
| YUV | 196.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 26 | 0.01 | 0 | 0.88 | 0.14 | 60.93 | 0.79 | 0.48 |
| Hex | D8 | DB | 1A | 1 | 0 | 58 | E | 3D | 4F | 30 |
| Octal | 330 | 333 | 32 | 1 | 0 | 130 | 16 | 75 | 117 | 60 |
| Binary | 11011000 | 11011011 | 11010 | 1 | 0 | 1011000 | 1110 | 111101 | 1001111 | 110000 |
Color Harmonies of #D8DB1A
Complementary color
Monochromatic Colors of #D8DB1A
Black with #D8DB1A
Text Example
Text Example
White with #D8DB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB1A; }
p { color: rgb(216,219,26); }
H1.HeaderClassName
{
color: #D8DB1A;
}
.AnyTagClassName
{
color: #D8DB1A;
}
</style>
background-color css
<style>
a { background-color: #D8DB1A; }
a { background-color: rgb(216,219,26); }
div.DivClassName
{
background-color: #D8DB1A;
}
.BgClassName
{
background-color: #D8DB1A;
}
</style>
border-color css
<style>
span { border-color: #D8DB1A; }
span { border-color: rgb(216,219,26); }
td.TdClassName
{
border-color: #D8DB1A;
}
.TagClassName
{
border-color: #D8DB1A;
}
</style>