Shades of Barberry #D1BF2E
Tints of Barberry #D1BF2E
RGB
CMYK
RGB Variations
Color information
#D1BF2E (or 0xD1BF2E) is known color: Barberry. HEX triplet: D1, BF and 2E. RGB value is (209,191,46). Sum of RGB (Red+Green+Blue) = 209+191+46=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF2E is #2E40D1. Grayscale: #B4B4B4. Windows color (decimal): -3031250 or 3063761. OLE color: 3063761.
HSL color Cylindrical-coordinate representation of color #D1BF2E: hue angle of 53.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1BF2E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.18 |
| HSL | 53.37º | 0.64% | 0.5% | - |
| HSV(B) | 53.37º | 0.78% | 0.82% | - |
| XYZ | 45.42 | 51.01 | 10.04 | - |
| YUV | 179.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 46 | 0 | 0.09 | 0.78 | 0.18 | 53.37 | 0.64 | 0.5 |
| Hex | D1 | BF | 2E | 0 | 9 | 4E | 12 | 35 | 40 | 32 |
| Octal | 321 | 277 | 56 | 0 | 11 | 116 | 22 | 65 | 100 | 62 |
| Binary | 11010001 | 10111111 | 101110 | 0 | 1001 | 1001110 | 10010 | 110101 | 1000000 | 110010 |
Color Harmonies of #D1BF2E
Complementary color
Monochromatic Colors of #D1BF2E
Black with #D1BF2E
Text Example
Text Example
White with #D1BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF2E; }
p { color: rgb(209,191,46); }
H1.HeaderClassName
{
color: #D1BF2E;
}
.AnyTagClassName
{
color: #D1BF2E;
}
</style>
background-color css
<style>
a { background-color: #D1BF2E; }
a { background-color: rgb(209,191,46); }
div.DivClassName
{
background-color: #D1BF2E;
}
.BgClassName
{
background-color: #D1BF2E;
}
</style>
border-color css
<style>
span { border-color: #D1BF2E; }
span { border-color: rgb(209,191,46); }
td.TdClassName
{
border-color: #D1BF2E;
}
.TagClassName
{
border-color: #D1BF2E;
}
</style>