Shades of Barberry #D0BC22
Tints of Barberry #D0BC22
RGB
CMYK
RGB Variations
Color information
#D0BC22 (or 0xD0BC22) is known color: Barberry. HEX triplet: D0, BC and 22. RGB value is (208,188,34). Sum of RGB (Red+Green+Blue) = 208+188+34=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC22 is #2F43DD. Grayscale: #B1B1B1. Windows color (decimal): -3097566 or 2276560. OLE color: 2276560.
HSL color Cylindrical-coordinate representation of color #D0BC22: hue angle of 53.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0BC22 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 34 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.18 |
| HSL | 53.1º | 0.72% | 0.47% | - |
| HSV(B) | 53.1º | 0.84% | 0.82% | - |
| XYZ | 44.28 | 49.49 | 8.73 | - |
| YUV | 176.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 34 | 0 | 0.10 | 0.84 | 0.18 | 53.1 | 0.72 | 0.47 |
| Hex | D0 | BC | 22 | 0 | A | 54 | 12 | 35 | 48 | 2F |
| Octal | 320 | 274 | 42 | 0 | 12 | 124 | 22 | 65 | 110 | 57 |
| Binary | 11010000 | 10111100 | 100010 | 0 | 1010 | 1010100 | 10010 | 110101 | 1001000 | 101111 |
Color Harmonies of #D0BC22
Complementary color
Monochromatic Colors of #D0BC22
Black with #D0BC22
Text Example
Text Example
White with #D0BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC22; }
p { color: rgb(208,188,34); }
H1.HeaderClassName
{
color: #D0BC22;
}
.AnyTagClassName
{
color: #D0BC22;
}
</style>
background-color css
<style>
a { background-color: #D0BC22; }
a { background-color: rgb(208,188,34); }
div.DivClassName
{
background-color: #D0BC22;
}
.BgClassName
{
background-color: #D0BC22;
}
</style>
border-color css
<style>
span { border-color: #D0BC22; }
span { border-color: rgb(208,188,34); }
td.TdClassName
{
border-color: #D0BC22;
}
.TagClassName
{
border-color: #D0BC22;
}
</style>