Shades of Barberry #D2BC21
Tints of Barberry #D2BC21
RGB
CMYK
RGB Variations
Color information
#D2BC21 (or 0xD2BC21) is known color: Barberry. HEX triplet: D2, BC and 21. RGB value is (210,188,33). Sum of RGB (Red+Green+Blue) = 210+188+33=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC21 is #2D43DE. Grayscale: #B1B1B1. Windows color (decimal): -2966495 or 2211026. OLE color: 2211026.
HSL color Cylindrical-coordinate representation of color #D2BC21: hue angle of 52.54º degrees, saturation: 0.73, 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 #D2BC21 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 33 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.18 |
| HSL | 52.54º | 0.73% | 0.48% | - |
| HSV(B) | 52.54º | 0.84% | 0.82% | - |
| XYZ | 44.84 | 49.78 | 8.68 | - |
| YUV | 176.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 33 | 0 | 0.10 | 0.84 | 0.18 | 52.54 | 0.73 | 0.48 |
| Hex | D2 | BC | 21 | 0 | A | 54 | 12 | 35 | 49 | 30 |
| Octal | 322 | 274 | 41 | 0 | 12 | 124 | 22 | 65 | 111 | 60 |
| Binary | 11010010 | 10111100 | 100001 | 0 | 1010 | 1010100 | 10010 | 110101 | 1001001 | 110000 |
Color Harmonies of #D2BC21
Complementary color
Monochromatic Colors of #D2BC21
Black with #D2BC21
Text Example
Text Example
White with #D2BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC21; }
p { color: rgb(210,188,33); }
H1.HeaderClassName
{
color: #D2BC21;
}
.AnyTagClassName
{
color: #D2BC21;
}
</style>
background-color css
<style>
a { background-color: #D2BC21; }
a { background-color: rgb(210,188,33); }
div.DivClassName
{
background-color: #D2BC21;
}
.BgClassName
{
background-color: #D2BC21;
}
</style>
border-color css
<style>
span { border-color: #D2BC21; }
span { border-color: rgb(210,188,33); }
td.TdClassName
{
border-color: #D2BC21;
}
.TagClassName
{
border-color: #D2BC21;
}
</style>