Shades of Barberry #D1DA1B
Tints of Barberry #D1DA1B
RGB
CMYK
RGB Variations
Color information
#D1DA1B (or 0xD1DA1B) is known color: Barberry. HEX triplet: D1, DA and 1B. RGB value is (209,218,27). Sum of RGB (Red+Green+Blue) = 209+218+27=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA1B is #2E25E4. Grayscale: #C2C2C2. Windows color (decimal): -3024357 or 1825489. OLE color: 1825489.
HSL color Cylindrical-coordinate representation of color #D1DA1B: hue angle of 62.83º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1DA1B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 27 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.15 |
| HSL | 62.83º | 0.78% | 0.48% | - |
| HSV(B) | 62.83º | 0.88% | 0.85% | - |
| XYZ | 51.56 | 63.78 | 10.63 | - |
| YUV | 193.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 27 | 0.04 | 0 | 0.88 | 0.15 | 62.83 | 0.78 | 0.48 |
| Hex | D1 | DA | 1B | 4 | 0 | 58 | F | 3F | 4E | 30 |
| Octal | 321 | 332 | 33 | 4 | 0 | 130 | 17 | 77 | 116 | 60 |
| Binary | 11010001 | 11011010 | 11011 | 100 | 0 | 1011000 | 1111 | 111111 | 1001110 | 110000 |
Color Harmonies of #D1DA1B
Complementary color
Monochromatic Colors of #D1DA1B
Black with #D1DA1B
Text Example
Text Example
White with #D1DA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DA1B; }
p { color: rgb(209,218,27); }
H1.HeaderClassName
{
color: #D1DA1B;
}
.AnyTagClassName
{
color: #D1DA1B;
}
</style>
background-color css
<style>
a { background-color: #D1DA1B; }
a { background-color: rgb(209,218,27); }
div.DivClassName
{
background-color: #D1DA1B;
}
.BgClassName
{
background-color: #D1DA1B;
}
</style>
border-color css
<style>
span { border-color: #D1DA1B; }
span { border-color: rgb(209,218,27); }
td.TdClassName
{
border-color: #D1DA1B;
}
.TagClassName
{
border-color: #D1DA1B;
}
</style>