Shades of Barberry #D3C22B
Tints of Barberry #D3C22B
RGB
CMYK
RGB Variations
Color information
#D3C22B (or 0xD3C22B) is known color: Barberry. HEX triplet: D3, C2 and 2B. RGB value is (211,194,43). Sum of RGB (Red+Green+Blue) = 211+194+43=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C22B is #2C3DD4. Grayscale: #B6B6B6. Windows color (decimal): -2899413 or 2867923. OLE color: 2867923.
HSL color Cylindrical-coordinate representation of color #D3C22B: hue angle of 53.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3C22B is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 43 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.17 |
| HSL | 53.93º | 0.66% | 0.5% | - |
| HSV(B) | 53.93º | 0.8% | 0.83% | - |
| XYZ | 46.59 | 52.61 | 9.98 | - |
| YUV | 181.87 | 49.63 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 43 | 0 | 0.08 | 0.80 | 0.17 | 53.93 | 0.66 | 0.5 |
| Hex | D3 | C2 | 2B | 0 | 8 | 50 | 11 | 36 | 42 | 32 |
| Octal | 323 | 302 | 53 | 0 | 10 | 120 | 21 | 66 | 102 | 62 |
| Binary | 11010011 | 11000010 | 101011 | 0 | 1000 | 1010000 | 10001 | 110110 | 1000010 | 110010 |
Color Harmonies of #D3C22B
Complementary color
Monochromatic Colors of #D3C22B
Black with #D3C22B
Text Example
Text Example
White with #D3C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C22B; }
p { color: rgb(211,194,43); }
H1.HeaderClassName
{
color: #D3C22B;
}
.AnyTagClassName
{
color: #D3C22B;
}
</style>
background-color css
<style>
a { background-color: #D3C22B; }
a { background-color: rgb(211,194,43); }
div.DivClassName
{
background-color: #D3C22B;
}
.BgClassName
{
background-color: #D3C22B;
}
</style>
border-color css
<style>
span { border-color: #D3C22B; }
span { border-color: rgb(211,194,43); }
td.TdClassName
{
border-color: #D3C22B;
}
.TagClassName
{
border-color: #D3C22B;
}
</style>