Shades of Barberry #D1D716
Tints of Barberry #D1D716
RGB
CMYK
RGB Variations
Color information
#D1D716 (or 0xD1D716) is known color: Barberry. HEX triplet: D1, D7 and 16. RGB value is (209,215,22). Sum of RGB (Red+Green+Blue) = 209+215+22=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D716 is #2E28E9. Grayscale: #BFBFBF. Windows color (decimal): -3025130 or 1497041. OLE color: 1497041.
HSL color Cylindrical-coordinate representation of color #D1D716: hue angle of 61.87º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1D716 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 22 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.16 |
| HSL | 61.87º | 0.81% | 0.46% | - |
| HSV(B) | 61.87º | 0.9% | 0.84% | - |
| XYZ | 50.74 | 62.21 | 10.09 | - |
| YUV | 191.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 22 | 0.03 | 0 | 0.90 | 0.16 | 61.87 | 0.81 | 0.46 |
| Hex | D1 | D7 | 16 | 3 | 0 | 5A | 10 | 3E | 51 | 2E |
| Octal | 321 | 327 | 26 | 3 | 0 | 132 | 20 | 76 | 121 | 56 |
| Binary | 11010001 | 11010111 | 10110 | 11 | 0 | 1011010 | 10000 | 111110 | 1010001 | 101110 |
Color Harmonies of #D1D716
Complementary color
Monochromatic Colors of #D1D716
Black with #D1D716
Text Example
Text Example
White with #D1D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D716; }
p { color: rgb(209,215,22); }
H1.HeaderClassName
{
color: #D1D716;
}
.AnyTagClassName
{
color: #D1D716;
}
</style>
background-color css
<style>
a { background-color: #D1D716; }
a { background-color: rgb(209,215,22); }
div.DivClassName
{
background-color: #D1D716;
}
.BgClassName
{
background-color: #D1D716;
}
</style>
border-color css
<style>
span { border-color: #D1D716; }
span { border-color: rgb(209,215,22); }
td.TdClassName
{
border-color: #D1D716;
}
.TagClassName
{
border-color: #D1D716;
}
</style>