Shades of Barberry #D5BF2E
Tints of Barberry #D5BF2E
RGB
CMYK
RGB Variations
Color information
#D5BF2E (or 0xD5BF2E) is known color: Barberry. HEX triplet: D5, BF and 2E. RGB value is (213,191,46). Sum of RGB (Red+Green+Blue) = 213+191+46=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF2E is #2A40D1. Grayscale: #B5B5B5. Windows color (decimal): -2769106 or 3063765. OLE color: 3063765.
HSL color Cylindrical-coordinate representation of color #D5BF2E: hue angle of 52.1º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5BF2E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 46 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.16 |
| HSL | 52.1º | 0.67% | 0.51% | - |
| HSV(B) | 52.1º | 0.78% | 0.84% | - |
| XYZ | 46.56 | 51.61 | 10.09 | - |
| YUV | 181.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 46 | 0 | 0.10 | 0.78 | 0.16 | 52.1 | 0.67 | 0.51 |
| Hex | D5 | BF | 2E | 0 | A | 4E | 10 | 34 | 43 | 33 |
| Octal | 325 | 277 | 56 | 0 | 12 | 116 | 20 | 64 | 103 | 63 |
| Binary | 11010101 | 10111111 | 101110 | 0 | 1010 | 1001110 | 10000 | 110100 | 1000011 | 110011 |
Color Harmonies of #D5BF2E
Complementary color
Monochromatic Colors of #D5BF2E
Black with #D5BF2E
Text Example
Text Example
White with #D5BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF2E; }
p { color: rgb(213,191,46); }
H1.HeaderClassName
{
color: #D5BF2E;
}
.AnyTagClassName
{
color: #D5BF2E;
}
</style>
background-color css
<style>
a { background-color: #D5BF2E; }
a { background-color: rgb(213,191,46); }
div.DivClassName
{
background-color: #D5BF2E;
}
.BgClassName
{
background-color: #D5BF2E;
}
</style>
border-color css
<style>
span { border-color: #D5BF2E; }
span { border-color: rgb(213,191,46); }
td.TdClassName
{
border-color: #D5BF2E;
}
.TagClassName
{
border-color: #D5BF2E;
}
</style>