Shades of Barberry #D2C821
Tints of Barberry #D2C821
RGB
CMYK
RGB Variations
Color information
#D2C821 (or 0xD2C821) is known color: Barberry. HEX triplet: D2, C8 and 21. RGB value is (210,200,33). Sum of RGB (Red+Green+Blue) = 210+200+33=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C821 is #2D37DE. Grayscale: #B8B8B8. Windows color (decimal): -2963423 or 2214098. OLE color: 2214098.
HSL color Cylindrical-coordinate representation of color #D2C821: hue angle of 56.61º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2C821 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.18 |
| HSL | 56.61º | 0.73% | 0.48% | - |
| HSV(B) | 56.61º | 0.84% | 0.82% | - |
| XYZ | 47.51 | 55.12 | 9.57 | - |
| YUV | 183.95 | 42.81 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 33 | 0 | 0.05 | 0.84 | 0.18 | 56.61 | 0.73 | 0.48 |
| Hex | D2 | C8 | 21 | 0 | 5 | 54 | 12 | 39 | 49 | 30 |
| Octal | 322 | 310 | 41 | 0 | 5 | 124 | 22 | 71 | 111 | 60 |
| Binary | 11010010 | 11001000 | 100001 | 0 | 101 | 1010100 | 10010 | 111001 | 1001001 | 110000 |
Color Harmonies of #D2C821
Complementary color
Monochromatic Colors of #D2C821
Black with #D2C821
Text Example
Text Example
White with #D2C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C821; }
p { color: rgb(210,200,33); }
H1.HeaderClassName
{
color: #D2C821;
}
.AnyTagClassName
{
color: #D2C821;
}
</style>
background-color css
<style>
a { background-color: #D2C821; }
a { background-color: rgb(210,200,33); }
div.DivClassName
{
background-color: #D2C821;
}
.BgClassName
{
background-color: #D2C821;
}
</style>
border-color css
<style>
span { border-color: #D2C821; }
span { border-color: rgb(210,200,33); }
td.TdClassName
{
border-color: #D2C821;
}
.TagClassName
{
border-color: #D2C821;
}
</style>