Shades of Barberry #D1BE2D
Tints of Barberry #D1BE2D
RGB
CMYK
RGB Variations
Color information
#D1BE2D (or 0xD1BE2D) is known color: Barberry. HEX triplet: D1, BE and 2D. RGB value is (209,190,45). Sum of RGB (Red+Green+Blue) = 209+190+45=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE2D is #2E41D2. Grayscale: #B3B3B3. Windows color (decimal): -3031507 or 2997969. OLE color: 2997969.
HSL color Cylindrical-coordinate representation of color #D1BE2D: hue angle of 53.05º degrees, saturation: 0.65, 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 #D1BE2D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 45 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.18 |
| HSL | 53.05º | 0.65% | 0.5% | - |
| HSV(B) | 53.05º | 0.78% | 0.82% | - |
| XYZ | 45.18 | 50.57 | 9.86 | - |
| YUV | 179.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 45 | 0 | 0.09 | 0.78 | 0.18 | 53.05 | 0.65 | 0.5 |
| Hex | D1 | BE | 2D | 0 | 9 | 4E | 12 | 35 | 41 | 32 |
| Octal | 321 | 276 | 55 | 0 | 11 | 116 | 22 | 65 | 101 | 62 |
| Binary | 11010001 | 10111110 | 101101 | 0 | 1001 | 1001110 | 10010 | 110101 | 1000001 | 110010 |
Color Harmonies of #D1BE2D
Complementary color
Monochromatic Colors of #D1BE2D
Black with #D1BE2D
Text Example
Text Example
White with #D1BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE2D; }
p { color: rgb(209,190,45); }
H1.HeaderClassName
{
color: #D1BE2D;
}
.AnyTagClassName
{
color: #D1BE2D;
}
</style>
background-color css
<style>
a { background-color: #D1BE2D; }
a { background-color: rgb(209,190,45); }
div.DivClassName
{
background-color: #D1BE2D;
}
.BgClassName
{
background-color: #D1BE2D;
}
</style>
border-color css
<style>
span { border-color: #D1BE2D; }
span { border-color: rgb(209,190,45); }
td.TdClassName
{
border-color: #D1BE2D;
}
.TagClassName
{
border-color: #D1BE2D;
}
</style>