Shades of Barberry #D1C522
Tints of Barberry #D1C522
RGB
CMYK
RGB Variations
Color information
#D1C522 (or 0xD1C522) is known color: Barberry. HEX triplet: D1, C5 and 22. RGB value is (209,197,34). Sum of RGB (Red+Green+Blue) = 209+197+34=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C522 is #2E3ADD. Grayscale: #B6B6B6. Windows color (decimal): -3029726 or 2278865. OLE color: 2278865.
HSL color Cylindrical-coordinate representation of color #D1C522: hue angle of 55.89º degrees, saturation: 0.72, 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 #D1C522 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 34 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.18 |
| HSL | 55.89º | 0.72% | 0.48% | - |
| HSV(B) | 55.89º | 0.84% | 0.82% | - |
| XYZ | 46.55 | 53.6 | 9.41 | - |
| YUV | 182.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 34 | 0 | 0.06 | 0.84 | 0.18 | 55.89 | 0.72 | 0.48 |
| Hex | D1 | C5 | 22 | 0 | 6 | 54 | 12 | 38 | 48 | 30 |
| Octal | 321 | 305 | 42 | 0 | 6 | 124 | 22 | 70 | 110 | 60 |
| Binary | 11010001 | 11000101 | 100010 | 0 | 110 | 1010100 | 10010 | 111000 | 1001000 | 110000 |
Color Harmonies of #D1C522
Complementary color
Monochromatic Colors of #D1C522
Black with #D1C522
Text Example
Text Example
White with #D1C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C522; }
p { color: rgb(209,197,34); }
H1.HeaderClassName
{
color: #D1C522;
}
.AnyTagClassName
{
color: #D1C522;
}
</style>
background-color css
<style>
a { background-color: #D1C522; }
a { background-color: rgb(209,197,34); }
div.DivClassName
{
background-color: #D1C522;
}
.BgClassName
{
background-color: #D1C522;
}
</style>
border-color css
<style>
span { border-color: #D1C522; }
span { border-color: rgb(209,197,34); }
td.TdClassName
{
border-color: #D1C522;
}
.TagClassName
{
border-color: #D1C522;
}
</style>