Shades of Barberry #D3C721
Tints of Barberry #D3C721
RGB
CMYK
RGB Variations
Color information
#D3C721 (or 0xD3C721) is known color: Barberry. HEX triplet: D3, C7 and 21. RGB value is (211,199,33). Sum of RGB (Red+Green+Blue) = 211+199+33=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C721 is #2C38DE. Grayscale: #B8B8B8. Windows color (decimal): -2898143 or 2213843. OLE color: 2213843.
HSL color Cylindrical-coordinate representation of color #D3C721: hue angle of 55.96º degrees, saturation: 0.73, 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 #D3C721 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 33 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.17 |
| HSL | 55.96º | 0.73% | 0.48% | - |
| HSV(B) | 55.96º | 0.84% | 0.83% | - |
| XYZ | 47.56 | 54.81 | 9.51 | - |
| YUV | 183.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 33 | 0 | 0.06 | 0.84 | 0.17 | 55.96 | 0.73 | 0.48 |
| Hex | D3 | C7 | 21 | 0 | 6 | 54 | 11 | 38 | 49 | 30 |
| Octal | 323 | 307 | 41 | 0 | 6 | 124 | 21 | 70 | 111 | 60 |
| Binary | 11010011 | 11000111 | 100001 | 0 | 110 | 1010100 | 10001 | 111000 | 1001001 | 110000 |
Color Harmonies of #D3C721
Complementary color
Monochromatic Colors of #D3C721
Black with #D3C721
Text Example
Text Example
White with #D3C721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C721; }
p { color: rgb(211,199,33); }
H1.HeaderClassName
{
color: #D3C721;
}
.AnyTagClassName
{
color: #D3C721;
}
</style>
background-color css
<style>
a { background-color: #D3C721; }
a { background-color: rgb(211,199,33); }
div.DivClassName
{
background-color: #D3C721;
}
.BgClassName
{
background-color: #D3C721;
}
</style>
border-color css
<style>
span { border-color: #D3C721; }
span { border-color: rgb(211,199,33); }
td.TdClassName
{
border-color: #D3C721;
}
.TagClassName
{
border-color: #D3C721;
}
</style>