Shades of Barberry #D2BB2B
Tints of Barberry #D2BB2B
RGB
CMYK
RGB Variations
Color information
#D2BB2B (or 0xD2BB2B) is known color: Barberry. HEX triplet: D2, BB and 2B. RGB value is (210,187,43). Sum of RGB (Red+Green+Blue) = 210+187+43=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB2B is #2D44D4. Grayscale: #B2B2B2. Windows color (decimal): -2966741 or 2866130. OLE color: 2866130.
HSL color Cylindrical-coordinate representation of color #D2BB2B: hue angle of 51.74º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2BB2B is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 43 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.18 |
| HSL | 51.74º | 0.66% | 0.5% | - |
| HSV(B) | 51.74º | 0.8% | 0.82% | - |
| XYZ | 44.78 | 49.42 | 9.46 | - |
| YUV | 177.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 43 | 0 | 0.11 | 0.80 | 0.18 | 51.74 | 0.66 | 0.5 |
| Hex | D2 | BB | 2B | 0 | B | 50 | 12 | 34 | 42 | 32 |
| Octal | 322 | 273 | 53 | 0 | 13 | 120 | 22 | 64 | 102 | 62 |
| Binary | 11010010 | 10111011 | 101011 | 0 | 1011 | 1010000 | 10010 | 110100 | 1000010 | 110010 |
Color Harmonies of #D2BB2B
Complementary color
Monochromatic Colors of #D2BB2B
Black with #D2BB2B
Text Example
Text Example
White with #D2BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB2B; }
p { color: rgb(210,187,43); }
H1.HeaderClassName
{
color: #D2BB2B;
}
.AnyTagClassName
{
color: #D2BB2B;
}
</style>
background-color css
<style>
a { background-color: #D2BB2B; }
a { background-color: rgb(210,187,43); }
div.DivClassName
{
background-color: #D2BB2B;
}
.BgClassName
{
background-color: #D2BB2B;
}
</style>
border-color css
<style>
span { border-color: #D2BB2B; }
span { border-color: rgb(210,187,43); }
td.TdClassName
{
border-color: #D2BB2B;
}
.TagClassName
{
border-color: #D2BB2B;
}
</style>