Shades of Barberry #D0BC27
Tints of Barberry #D0BC27
RGB
CMYK
RGB Variations
Color information
#D0BC27 (or 0xD0BC27) is known color: Barberry. HEX triplet: D0, BC and 27. RGB value is (208,188,39). Sum of RGB (Red+Green+Blue) = 208+188+39=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC27 is #2F43D8. Grayscale: #B1B1B1. Windows color (decimal): -3097561 or 2604240. OLE color: 2604240.
HSL color Cylindrical-coordinate representation of color #D0BC27: hue angle of 52.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0BC27 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 39 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.18 |
| HSL | 52.9º | 0.68% | 0.48% | - |
| HSV(B) | 52.9º | 0.81% | 0.82% | - |
| XYZ | 44.36 | 49.52 | 9.14 | - |
| YUV | 176.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 39 | 0 | 0.10 | 0.81 | 0.18 | 52.9 | 0.68 | 0.48 |
| Hex | D0 | BC | 27 | 0 | A | 51 | 12 | 35 | 44 | 30 |
| Octal | 320 | 274 | 47 | 0 | 12 | 121 | 22 | 65 | 104 | 60 |
| Binary | 11010000 | 10111100 | 100111 | 0 | 1010 | 1010001 | 10010 | 110101 | 1000100 | 110000 |
Color Harmonies of #D0BC27
Complementary color
Monochromatic Colors of #D0BC27
Black with #D0BC27
Text Example
Text Example
White with #D0BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC27; }
p { color: rgb(208,188,39); }
H1.HeaderClassName
{
color: #D0BC27;
}
.AnyTagClassName
{
color: #D0BC27;
}
</style>
background-color css
<style>
a { background-color: #D0BC27; }
a { background-color: rgb(208,188,39); }
div.DivClassName
{
background-color: #D0BC27;
}
.BgClassName
{
background-color: #D0BC27;
}
</style>
border-color css
<style>
span { border-color: #D0BC27; }
span { border-color: rgb(208,188,39); }
td.TdClassName
{
border-color: #D0BC27;
}
.TagClassName
{
border-color: #D0BC27;
}
</style>