Shades of Barberry #D1BC22
Tints of Barberry #D1BC22
RGB
CMYK
RGB Variations
Color information
#D1BC22 (or 0xD1BC22) is known color: Barberry. HEX triplet: D1, BC and 22. RGB value is (209,188,34). Sum of RGB (Red+Green+Blue) = 209+188+34=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC22 is #2E43DD. Grayscale: #B1B1B1. Windows color (decimal): -3032030 or 2276561. OLE color: 2276561.
HSL color Cylindrical-coordinate representation of color #D1BC22: hue angle of 52.8º 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 #D1BC22 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 34 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.18 |
| HSL | 52.8º | 0.72% | 0.48% | - |
| HSV(B) | 52.8º | 0.84% | 0.82% | - |
| XYZ | 44.57 | 49.64 | 8.75 | - |
| YUV | 176.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 34 | 0 | 0.10 | 0.84 | 0.18 | 52.8 | 0.72 | 0.48 |
| Hex | D1 | BC | 22 | 0 | A | 54 | 12 | 35 | 48 | 30 |
| Octal | 321 | 274 | 42 | 0 | 12 | 124 | 22 | 65 | 110 | 60 |
| Binary | 11010001 | 10111100 | 100010 | 0 | 1010 | 1010100 | 10010 | 110101 | 1001000 | 110000 |
Color Harmonies of #D1BC22
Complementary color
Monochromatic Colors of #D1BC22
Black with #D1BC22
Text Example
Text Example
White with #D1BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC22; }
p { color: rgb(209,188,34); }
H1.HeaderClassName
{
color: #D1BC22;
}
.AnyTagClassName
{
color: #D1BC22;
}
</style>
background-color css
<style>
a { background-color: #D1BC22; }
a { background-color: rgb(209,188,34); }
div.DivClassName
{
background-color: #D1BC22;
}
.BgClassName
{
background-color: #D1BC22;
}
</style>
border-color css
<style>
span { border-color: #D1BC22; }
span { border-color: rgb(209,188,34); }
td.TdClassName
{
border-color: #D1BC22;
}
.TagClassName
{
border-color: #D1BC22;
}
</style>