Shades of Barberry #D1BB2B
Tints of Barberry #D1BB2B
RGB
CMYK
RGB Variations
Color information
#D1BB2B (or 0xD1BB2B) is known color: Barberry. HEX triplet: D1, BB and 2B. RGB value is (209,187,43). Sum of RGB (Red+Green+Blue) = 209+187+43=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BB2B is #2E44D4. Grayscale: #B1B1B1. Windows color (decimal): -3032277 or 2866129. OLE color: 2866129.
HSL color Cylindrical-coordinate representation of color #D1BB2B: hue angle of 52.05º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1BB2B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 43 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.18 |
| HSL | 52.05º | 0.66% | 0.49% | - |
| HSV(B) | 52.05º | 0.79% | 0.82% | - |
| XYZ | 44.5 | 49.27 | 9.45 | - |
| YUV | 177.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 43 | 0 | 0.11 | 0.79 | 0.18 | 52.05 | 0.66 | 0.49 |
| Hex | D1 | BB | 2B | 0 | B | 4F | 12 | 34 | 42 | 31 |
| Octal | 321 | 273 | 53 | 0 | 13 | 117 | 22 | 64 | 102 | 61 |
| Binary | 11010001 | 10111011 | 101011 | 0 | 1011 | 1001111 | 10010 | 110100 | 1000010 | 110001 |
Color Harmonies of #D1BB2B
Complementary color
Monochromatic Colors of #D1BB2B
Black with #D1BB2B
Text Example
Text Example
White with #D1BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB2B; }
p { color: rgb(209,187,43); }
H1.HeaderClassName
{
color: #D1BB2B;
}
.AnyTagClassName
{
color: #D1BB2B;
}
</style>
background-color css
<style>
a { background-color: #D1BB2B; }
a { background-color: rgb(209,187,43); }
div.DivClassName
{
background-color: #D1BB2B;
}
.BgClassName
{
background-color: #D1BB2B;
}
</style>
border-color css
<style>
span { border-color: #D1BB2B; }
span { border-color: rgb(209,187,43); }
td.TdClassName
{
border-color: #D1BB2B;
}
.TagClassName
{
border-color: #D1BB2B;
}
</style>