Shades of Barberry #D0BE2D
Tints of Barberry #D0BE2D
RGB
CMYK
RGB Variations
Color information
#D0BE2D (or 0xD0BE2D) is known color: Barberry. HEX triplet: D0, BE and 2D. RGB value is (208,190,45). Sum of RGB (Red+Green+Blue) = 208+190+45=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE2D is #2F41D2. Grayscale: #B3B3B3. Windows color (decimal): -3097043 or 2997968. OLE color: 2997968.
HSL color Cylindrical-coordinate representation of color #D0BE2D: 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 #D0BE2D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 45 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.18 |
| HSL | 53.37º | 0.64% | 0.5% | - |
| HSV(B) | 53.37º | 0.78% | 0.82% | - |
| XYZ | 44.9 | 50.43 | 9.85 | - |
| YUV | 178.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 45 | 0 | 0.09 | 0.78 | 0.18 | 53.37 | 0.64 | 0.5 |
| Hex | D0 | BE | 2D | 0 | 9 | 4E | 12 | 35 | 40 | 32 |
| Octal | 320 | 276 | 55 | 0 | 11 | 116 | 22 | 65 | 100 | 62 |
| Binary | 11010000 | 10111110 | 101101 | 0 | 1001 | 1001110 | 10010 | 110101 | 1000000 | 110010 |
Color Harmonies of #D0BE2D
Complementary color
Monochromatic Colors of #D0BE2D
Black with #D0BE2D
Text Example
Text Example
White with #D0BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE2D; }
p { color: rgb(208,190,45); }
H1.HeaderClassName
{
color: #D0BE2D;
}
.AnyTagClassName
{
color: #D0BE2D;
}
</style>
background-color css
<style>
a { background-color: #D0BE2D; }
a { background-color: rgb(208,190,45); }
div.DivClassName
{
background-color: #D0BE2D;
}
.BgClassName
{
background-color: #D0BE2D;
}
</style>
border-color css
<style>
span { border-color: #D0BE2D; }
span { border-color: rgb(208,190,45); }
td.TdClassName
{
border-color: #D0BE2D;
}
.TagClassName
{
border-color: #D0BE2D;
}
</style>