Shades of Barberry #D1C822
Tints of Barberry #D1C822
RGB
CMYK
RGB Variations
Color information
#D1C822 (or 0xD1C822) is known color: Barberry. HEX triplet: D1, C8 and 22. RGB value is (209,200,34). Sum of RGB (Red+Green+Blue) = 209+200+34=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C822 is #2E37DD. Grayscale: #B8B8B8. Windows color (decimal): -3028958 or 2279633. OLE color: 2279633.
HSL color Cylindrical-coordinate representation of color #D1C822: hue angle of 56.91º 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 #D1C822 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 34 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.18 |
| HSL | 56.91º | 0.72% | 0.48% | - |
| HSV(B) | 56.91º | 0.84% | 0.82% | - |
| XYZ | 47.24 | 54.98 | 9.64 | - |
| YUV | 183.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 34 | 0 | 0.04 | 0.84 | 0.18 | 56.91 | 0.72 | 0.48 |
| Hex | D1 | C8 | 22 | 0 | 4 | 54 | 12 | 39 | 48 | 30 |
| Octal | 321 | 310 | 42 | 0 | 4 | 124 | 22 | 71 | 110 | 60 |
| Binary | 11010001 | 11001000 | 100010 | 0 | 100 | 1010100 | 10010 | 111001 | 1001000 | 110000 |
Color Harmonies of #D1C822
Complementary color
Monochromatic Colors of #D1C822
Black with #D1C822
Text Example
Text Example
White with #D1C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C822; }
p { color: rgb(209,200,34); }
H1.HeaderClassName
{
color: #D1C822;
}
.AnyTagClassName
{
color: #D1C822;
}
</style>
background-color css
<style>
a { background-color: #D1C822; }
a { background-color: rgb(209,200,34); }
div.DivClassName
{
background-color: #D1C822;
}
.BgClassName
{
background-color: #D1C822;
}
</style>
border-color css
<style>
span { border-color: #D1C822; }
span { border-color: rgb(209,200,34); }
td.TdClassName
{
border-color: #D1C822;
}
.TagClassName
{
border-color: #D1C822;
}
</style>