Shades of Barberry #D0BC2B
Tints of Barberry #D0BC2B
RGB
CMYK
RGB Variations
Color information
#D0BC2B (or 0xD0BC2B) is known color: Barberry. HEX triplet: D0, BC and 2B. RGB value is (208,188,43). Sum of RGB (Red+Green+Blue) = 208+188+43=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC2B is #2F43D4. Grayscale: #B2B2B2. Windows color (decimal): -3097557 or 2866384. OLE color: 2866384.
HSL color Cylindrical-coordinate representation of color #D0BC2B: hue angle of 52.73º 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 #D0BC2B is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 43 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.18 |
| HSL | 52.73º | 0.66% | 0.49% | - |
| HSV(B) | 52.73º | 0.79% | 0.82% | - |
| XYZ | 44.43 | 49.55 | 9.51 | - |
| YUV | 177.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 43 | 0 | 0.10 | 0.79 | 0.18 | 52.73 | 0.66 | 0.49 |
| Hex | D0 | BC | 2B | 0 | A | 4F | 12 | 35 | 42 | 31 |
| Octal | 320 | 274 | 53 | 0 | 12 | 117 | 22 | 65 | 102 | 61 |
| Binary | 11010000 | 10111100 | 101011 | 0 | 1010 | 1001111 | 10010 | 110101 | 1000010 | 110001 |
Color Harmonies of #D0BC2B
Complementary color
Monochromatic Colors of #D0BC2B
Black with #D0BC2B
Text Example
Text Example
White with #D0BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC2B; }
p { color: rgb(208,188,43); }
H1.HeaderClassName
{
color: #D0BC2B;
}
.AnyTagClassName
{
color: #D0BC2B;
}
</style>
background-color css
<style>
a { background-color: #D0BC2B; }
a { background-color: rgb(208,188,43); }
div.DivClassName
{
background-color: #D0BC2B;
}
.BgClassName
{
background-color: #D0BC2B;
}
</style>
border-color css
<style>
span { border-color: #D0BC2B; }
span { border-color: rgb(208,188,43); }
td.TdClassName
{
border-color: #D0BC2B;
}
.TagClassName
{
border-color: #D0BC2B;
}
</style>