Shades of Barberry #D1C721
Tints of Barberry #D1C721
RGB
CMYK
RGB Variations
Color information
#D1C721 (or 0xD1C721) is known color: Barberry. HEX triplet: D1, C7 and 21. RGB value is (209,199,33). Sum of RGB (Red+Green+Blue) = 209+199+33=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C721 is #2E38DE. Grayscale: #B7B7B7. Windows color (decimal): -3029215 or 2213841. OLE color: 2213841.
HSL color Cylindrical-coordinate representation of color #D1C721: hue angle of 56.59º degrees, saturation: 0.73, 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 #D1C721 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.18 |
| HSL | 56.59º | 0.73% | 0.47% | - |
| HSV(B) | 56.59º | 0.84% | 0.82% | - |
| XYZ | 46.99 | 54.51 | 9.48 | - |
| YUV | 183.07 | 43.31 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 33 | 0 | 0.05 | 0.84 | 0.18 | 56.59 | 0.73 | 0.47 |
| Hex | D1 | C7 | 21 | 0 | 5 | 54 | 12 | 39 | 49 | 2F |
| Octal | 321 | 307 | 41 | 0 | 5 | 124 | 22 | 71 | 111 | 57 |
| Binary | 11010001 | 11000111 | 100001 | 0 | 101 | 1010100 | 10010 | 111001 | 1001001 | 101111 |
Color Harmonies of #D1C721
Complementary color
Monochromatic Colors of #D1C721
Black with #D1C721
Text Example
Text Example
White with #D1C721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C721; }
p { color: rgb(209,199,33); }
H1.HeaderClassName
{
color: #D1C721;
}
.AnyTagClassName
{
color: #D1C721;
}
</style>
background-color css
<style>
a { background-color: #D1C721; }
a { background-color: rgb(209,199,33); }
div.DivClassName
{
background-color: #D1C721;
}
.BgClassName
{
background-color: #D1C721;
}
</style>
border-color css
<style>
span { border-color: #D1C721; }
span { border-color: rgb(209,199,33); }
td.TdClassName
{
border-color: #D1C721;
}
.TagClassName
{
border-color: #D1C721;
}
</style>