Shades of Barberry #D1D81A
Tints of Barberry #D1D81A
RGB
CMYK
RGB Variations
Color information
#D1D81A (or 0xD1D81A) is known color: Barberry. HEX triplet: D1, D8 and 1A. RGB value is (209,216,26). Sum of RGB (Red+Green+Blue) = 209+216+26=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D81A is #2E27E5. Grayscale: #C1C1C1. Windows color (decimal): -3024870 or 1759441. OLE color: 1759441.
HSL color Cylindrical-coordinate representation of color #D1D81A: hue angle of 62.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1D81A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 26 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.15 |
| HSL | 62.21º | 0.79% | 0.47% | - |
| HSV(B) | 62.21º | 0.88% | 0.85% | - |
| XYZ | 51.04 | 62.74 | 10.4 | - |
| YUV | 192.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 26 | 0.03 | 0 | 0.88 | 0.15 | 62.21 | 0.79 | 0.47 |
| Hex | D1 | D8 | 1A | 3 | 0 | 58 | F | 3E | 4F | 2F |
| Octal | 321 | 330 | 32 | 3 | 0 | 130 | 17 | 76 | 117 | 57 |
| Binary | 11010001 | 11011000 | 11010 | 11 | 0 | 1011000 | 1111 | 111110 | 1001111 | 101111 |
Color Harmonies of #D1D81A
Complementary color
Monochromatic Colors of #D1D81A
Black with #D1D81A
Text Example
Text Example
White with #D1D81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D81A; }
p { color: rgb(209,216,26); }
H1.HeaderClassName
{
color: #D1D81A;
}
.AnyTagClassName
{
color: #D1D81A;
}
</style>
background-color css
<style>
a { background-color: #D1D81A; }
a { background-color: rgb(209,216,26); }
div.DivClassName
{
background-color: #D1D81A;
}
.BgClassName
{
background-color: #D1D81A;
}
</style>
border-color css
<style>
span { border-color: #D1D81A; }
span { border-color: rgb(209,216,26); }
td.TdClassName
{
border-color: #D1D81A;
}
.TagClassName
{
border-color: #D1D81A;
}
</style>