Shades of Barberry #D8BE2D
Tints of Barberry #D8BE2D
RGB
CMYK
RGB Variations
Color information
#D8BE2D (or 0xD8BE2D) is known color: Barberry. HEX triplet: D8, BE and 2D. RGB value is (216,190,45). Sum of RGB (Red+Green+Blue) = 216+190+45=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BE2D is #2741D2. Grayscale: #B5B5B5. Windows color (decimal): -2572755 or 2997976. OLE color: 2997976.
HSL color Cylindrical-coordinate representation of color #D8BE2D: hue angle of 50.88º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8BE2D is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 45 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.15 |
| HSL | 50.88º | 0.69% | 0.51% | - |
| HSV(B) | 50.88º | 0.79% | 0.85% | - |
| XYZ | 47.21 | 51.62 | 9.96 | - |
| YUV | 181.24 | 51.11 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 45 | 0 | 0.12 | 0.79 | 0.15 | 50.88 | 0.69 | 0.51 |
| Hex | D8 | BE | 2D | 0 | C | 4F | F | 33 | 45 | 33 |
| Octal | 330 | 276 | 55 | 0 | 14 | 117 | 17 | 63 | 105 | 63 |
| Binary | 11011000 | 10111110 | 101101 | 0 | 1100 | 1001111 | 1111 | 110011 | 1000101 | 110011 |
Color Harmonies of #D8BE2D
Complementary color
Monochromatic Colors of #D8BE2D
Black with #D8BE2D
Text Example
Text Example
White with #D8BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE2D; }
p { color: rgb(216,190,45); }
H1.HeaderClassName
{
color: #D8BE2D;
}
.AnyTagClassName
{
color: #D8BE2D;
}
</style>
background-color css
<style>
a { background-color: #D8BE2D; }
a { background-color: rgb(216,190,45); }
div.DivClassName
{
background-color: #D8BE2D;
}
.BgClassName
{
background-color: #D8BE2D;
}
</style>
border-color css
<style>
span { border-color: #D8BE2D; }
span { border-color: rgb(216,190,45); }
td.TdClassName
{
border-color: #D8BE2D;
}
.TagClassName
{
border-color: #D8BE2D;
}
</style>