Shades of Barberry #D1C521
Tints of Barberry #D1C521
RGB
CMYK
RGB Variations
Color information
#D1C521 (or 0xD1C521) is known color: Barberry. HEX triplet: D1, C5 and 21. RGB value is (209,197,33). Sum of RGB (Red+Green+Blue) = 209+197+33=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C521 is #2E3ADE. Grayscale: #B6B6B6. Windows color (decimal): -3029727 or 2213329. OLE color: 2213329.
HSL color Cylindrical-coordinate representation of color #D1C521: hue angle of 55.91º 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 #D1C521 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 33 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.18 |
| HSL | 55.91º | 0.73% | 0.47% | - |
| HSV(B) | 55.91º | 0.84% | 0.82% | - |
| XYZ | 46.54 | 53.6 | 9.33 | - |
| YUV | 181.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 33 | 0 | 0.06 | 0.84 | 0.18 | 55.91 | 0.73 | 0.47 |
| Hex | D1 | C5 | 21 | 0 | 6 | 54 | 12 | 38 | 49 | 2F |
| Octal | 321 | 305 | 41 | 0 | 6 | 124 | 22 | 70 | 111 | 57 |
| Binary | 11010001 | 11000101 | 100001 | 0 | 110 | 1010100 | 10010 | 111000 | 1001001 | 101111 |
Color Harmonies of #D1C521
Complementary color
Monochromatic Colors of #D1C521
Black with #D1C521
Text Example
Text Example
White with #D1C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C521; }
p { color: rgb(209,197,33); }
H1.HeaderClassName
{
color: #D1C521;
}
.AnyTagClassName
{
color: #D1C521;
}
</style>
background-color css
<style>
a { background-color: #D1C521; }
a { background-color: rgb(209,197,33); }
div.DivClassName
{
background-color: #D1C521;
}
.BgClassName
{
background-color: #D1C521;
}
</style>
border-color css
<style>
span { border-color: #D1C521; }
span { border-color: rgb(209,197,33); }
td.TdClassName
{
border-color: #D1C521;
}
.TagClassName
{
border-color: #D1C521;
}
</style>