Shades of Barberry #D1D816
Tints of Barberry #D1D816
RGB
CMYK
RGB Variations
Color information
#D1D816 (or 0xD1D816) is known color: Barberry. HEX triplet: D1, D8 and 16. RGB value is (209,216,22). Sum of RGB (Red+Green+Blue) = 209+216+22=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D816 is #2E27E9. Grayscale: #C0C0C0. Windows color (decimal): -3024874 or 1497297. OLE color: 1497297.
HSL color Cylindrical-coordinate representation of color #D1D816: hue angle of 62.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1D816 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 22 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.15 |
| HSL | 62.16º | 0.82% | 0.47% | - |
| HSV(B) | 62.16º | 0.9% | 0.85% | - |
| XYZ | 51 | 62.72 | 10.18 | - |
| YUV | 191.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 22 | 0.03 | 0 | 0.90 | 0.15 | 62.16 | 0.82 | 0.47 |
| Hex | D1 | D8 | 16 | 3 | 0 | 5A | F | 3E | 52 | 2F |
| Octal | 321 | 330 | 26 | 3 | 0 | 132 | 17 | 76 | 122 | 57 |
| Binary | 11010001 | 11011000 | 10110 | 11 | 0 | 1011010 | 1111 | 111110 | 1010010 | 101111 |
Color Harmonies of #D1D816
Complementary color
Monochromatic Colors of #D1D816
Black with #D1D816
Text Example
Text Example
White with #D1D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D816; }
p { color: rgb(209,216,22); }
H1.HeaderClassName
{
color: #D1D816;
}
.AnyTagClassName
{
color: #D1D816;
}
</style>
background-color css
<style>
a { background-color: #D1D816; }
a { background-color: rgb(209,216,22); }
div.DivClassName
{
background-color: #D1D816;
}
.BgClassName
{
background-color: #D1D816;
}
</style>
border-color css
<style>
span { border-color: #D1D816; }
span { border-color: rgb(209,216,22); }
td.TdClassName
{
border-color: #D1D816;
}
.TagClassName
{
border-color: #D1D816;
}
</style>