Shades of Barberry #D2C022
Tints of Barberry #D2C022
RGB
CMYK
RGB Variations
Color information
#D2C022 (or 0xD2C022) is known color: Barberry. HEX triplet: D2, C0 and 22. RGB value is (210,192,34). Sum of RGB (Red+Green+Blue) = 210+192+34=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C022 is #2D3FDD. Grayscale: #B4B4B4. Windows color (decimal): -2965470 or 2277586. OLE color: 2277586.
HSL color Cylindrical-coordinate representation of color #D2C022: hue angle of 53.86º 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 #D2C022 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 34 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.18 |
| HSL | 53.86º | 0.72% | 0.48% | - |
| HSV(B) | 53.86º | 0.84% | 0.82% | - |
| XYZ | 45.72 | 51.52 | 9.05 | - |
| YUV | 179.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 34 | 0 | 0.09 | 0.84 | 0.18 | 53.86 | 0.72 | 0.48 |
| Hex | D2 | C0 | 22 | 0 | 9 | 54 | 12 | 36 | 48 | 30 |
| Octal | 322 | 300 | 42 | 0 | 11 | 124 | 22 | 66 | 110 | 60 |
| Binary | 11010010 | 11000000 | 100010 | 0 | 1001 | 1010100 | 10010 | 110110 | 1001000 | 110000 |
Color Harmonies of #D2C022
Complementary color
Monochromatic Colors of #D2C022
Black with #D2C022
Text Example
Text Example
White with #D2C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C022; }
p { color: rgb(210,192,34); }
H1.HeaderClassName
{
color: #D2C022;
}
.AnyTagClassName
{
color: #D2C022;
}
</style>
background-color css
<style>
a { background-color: #D2C022; }
a { background-color: rgb(210,192,34); }
div.DivClassName
{
background-color: #D2C022;
}
.BgClassName
{
background-color: #D2C022;
}
</style>
border-color css
<style>
span { border-color: #D2C022; }
span { border-color: rgb(210,192,34); }
td.TdClassName
{
border-color: #D2C022;
}
.TagClassName
{
border-color: #D2C022;
}
</style>