Shades of Barberry #D1D216
Tints of Barberry #D1D216
RGB
CMYK
RGB Variations
Color information
#D1D216 (or 0xD1D216) is known color: Barberry. HEX triplet: D1, D2 and 16. RGB value is (209,210,22). Sum of RGB (Red+Green+Blue) = 209+210+22=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D216 is #2E2DE9. Grayscale: #BDBDBD. Windows color (decimal): -3026410 or 1495761. OLE color: 1495761.
HSL color Cylindrical-coordinate representation of color #D1D216: hue angle of 60.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1D216 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 22 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.18 |
| HSL | 60.32º | 0.81% | 0.45% | - |
| HSV(B) | 60.32º | 0.9% | 0.82% | - |
| XYZ | 49.49 | 59.71 | 9.68 | - |
| YUV | 188.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 22 | 0.00 | 0 | 0.90 | 0.18 | 60.32 | 0.81 | 0.45 |
| Hex | D1 | D2 | 16 | 0 | 0 | 5A | 12 | 3C | 51 | 2D |
| Octal | 321 | 322 | 26 | 0 | 0 | 132 | 22 | 74 | 121 | 55 |
| Binary | 11010001 | 11010010 | 10110 | 0 | 0 | 1011010 | 10010 | 111100 | 1010001 | 101101 |
Color Harmonies of #D1D216
Complementary color
Monochromatic Colors of #D1D216
Black with #D1D216
Text Example
Text Example
White with #D1D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D216; }
p { color: rgb(209,210,22); }
H1.HeaderClassName
{
color: #D1D216;
}
.AnyTagClassName
{
color: #D1D216;
}
</style>
background-color css
<style>
a { background-color: #D1D216; }
a { background-color: rgb(209,210,22); }
div.DivClassName
{
background-color: #D1D216;
}
.BgClassName
{
background-color: #D1D216;
}
</style>
border-color css
<style>
span { border-color: #D1D216; }
span { border-color: rgb(209,210,22); }
td.TdClassName
{
border-color: #D1D216;
}
.TagClassName
{
border-color: #D1D216;
}
</style>