Shades of Barberry #D1D022
Tints of Barberry #D1D022
RGB
CMYK
RGB Variations
Color information
#D1D022 (or 0xD1D022) is known color: Barberry. HEX triplet: D1, D0 and 22. RGB value is (209,208,34). Sum of RGB (Red+Green+Blue) = 209+208+34=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D022 is #2E2FDD. Grayscale: #BDBDBD. Windows color (decimal): -3026910 or 2281681. OLE color: 2281681.
HSL color Cylindrical-coordinate representation of color #D1D022: hue angle of 59.66º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1D022 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 34 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.18 |
| HSL | 59.66º | 0.72% | 0.48% | - |
| HSV(B) | 59.66º | 0.84% | 0.82% | - |
| XYZ | 49.14 | 58.78 | 10.27 | - |
| YUV | 188.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 34 | 0 | 0.00 | 0.84 | 0.18 | 59.66 | 0.72 | 0.48 |
| Hex | D1 | D0 | 22 | 0 | 0 | 54 | 12 | 3C | 48 | 30 |
| Octal | 321 | 320 | 42 | 0 | 0 | 124 | 22 | 74 | 110 | 60 |
| Binary | 11010001 | 11010000 | 100010 | 0 | 0 | 1010100 | 10010 | 111100 | 1001000 | 110000 |
Color Harmonies of #D1D022
Complementary color
Monochromatic Colors of #D1D022
Black with #D1D022
Text Example
Text Example
White with #D1D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D022; }
p { color: rgb(209,208,34); }
H1.HeaderClassName
{
color: #D1D022;
}
.AnyTagClassName
{
color: #D1D022;
}
</style>
background-color css
<style>
a { background-color: #D1D022; }
a { background-color: rgb(209,208,34); }
div.DivClassName
{
background-color: #D1D022;
}
.BgClassName
{
background-color: #D1D022;
}
</style>
border-color css
<style>
span { border-color: #D1D022; }
span { border-color: rgb(209,208,34); }
td.TdClassName
{
border-color: #D1D022;
}
.TagClassName
{
border-color: #D1D022;
}
</style>