Shades of Barberry #D7BD2B
Tints of Barberry #D7BD2B
RGB
CMYK
RGB Variations
Color information
#D7BD2B (or 0xD7BD2B) is known color: Barberry. HEX triplet: D7, BD and 2B. RGB value is (215,189,43). Sum of RGB (Red+Green+Blue) = 215+189+43=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BD2B is #2842D4. Grayscale: #B4B4B4. Windows color (decimal): -2638549 or 2866647. OLE color: 2866647.
HSL color Cylindrical-coordinate representation of color #D7BD2B: hue angle of 50.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7BD2B is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 43 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.16 |
| HSL | 50.93º | 0.68% | 0.51% | - |
| HSV(B) | 50.93º | 0.8% | 0.84% | - |
| XYZ | 46.66 | 51.02 | 9.67 | - |
| YUV | 180.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 43 | 0 | 0.12 | 0.8 | 0.16 | 50.93 | 0.68 | 0.51 |
| Hex | D7 | BD | 2B | 0 | C | 50 | 10 | 33 | 44 | 33 |
| Octal | 327 | 275 | 53 | 0 | 14 | 120 | 20 | 63 | 104 | 63 |
| Binary | 11010111 | 10111101 | 101011 | 0 | 1100 | 1010000 | 10000 | 110011 | 1000100 | 110011 |
Color Harmonies of #D7BD2B
Complementary color
Monochromatic Colors of #D7BD2B
Black with #D7BD2B
Text Example
Text Example
White with #D7BD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD2B; }
p { color: rgb(215,189,43); }
H1.HeaderClassName
{
color: #D7BD2B;
}
.AnyTagClassName
{
color: #D7BD2B;
}
</style>
background-color css
<style>
a { background-color: #D7BD2B; }
a { background-color: rgb(215,189,43); }
div.DivClassName
{
background-color: #D7BD2B;
}
.BgClassName
{
background-color: #D7BD2B;
}
</style>
border-color css
<style>
span { border-color: #D7BD2B; }
span { border-color: rgb(215,189,43); }
td.TdClassName
{
border-color: #D7BD2B;
}
.TagClassName
{
border-color: #D7BD2B;
}
</style>