Shades of Barberry #D3BD22
Tints of Barberry #D3BD22
RGB
CMYK
RGB Variations
Color information
#D3BD22 (or 0xD3BD22) is known color: Barberry. HEX triplet: D3, BD and 22. RGB value is (211,189,34). Sum of RGB (Red+Green+Blue) = 211+189+34=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BD22 is #2C42DD. Grayscale: #B2B2B2. Windows color (decimal): -2900702 or 2276819. OLE color: 2276819.
HSL color Cylindrical-coordinate representation of color #D3BD22: hue angle of 52.54º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3BD22 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 34 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.17 |
| HSL | 52.54º | 0.72% | 0.48% | - |
| HSV(B) | 52.54º | 0.84% | 0.83% | - |
| XYZ | 45.35 | 50.36 | 8.84 | - |
| YUV | 177.91 | 46.79 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 34 | 0 | 0.10 | 0.84 | 0.17 | 52.54 | 0.72 | 0.48 |
| Hex | D3 | BD | 22 | 0 | A | 54 | 11 | 35 | 48 | 30 |
| Octal | 323 | 275 | 42 | 0 | 12 | 124 | 21 | 65 | 110 | 60 |
| Binary | 11010011 | 10111101 | 100010 | 0 | 1010 | 1010100 | 10001 | 110101 | 1001000 | 110000 |
Color Harmonies of #D3BD22
Complementary color
Monochromatic Colors of #D3BD22
Black with #D3BD22
Text Example
Text Example
White with #D3BD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BD22; }
p { color: rgb(211,189,34); }
H1.HeaderClassName
{
color: #D3BD22;
}
.AnyTagClassName
{
color: #D3BD22;
}
</style>
background-color css
<style>
a { background-color: #D3BD22; }
a { background-color: rgb(211,189,34); }
div.DivClassName
{
background-color: #D3BD22;
}
.BgClassName
{
background-color: #D3BD22;
}
</style>
border-color css
<style>
span { border-color: #D3BD22; }
span { border-color: rgb(211,189,34); }
td.TdClassName
{
border-color: #D3BD22;
}
.TagClassName
{
border-color: #D3BD22;
}
</style>