Shades of Barberry #D2C622
Tints of Barberry #D2C622
RGB
CMYK
RGB Variations
Color information
#D2C622 (or 0xD2C622) is known color: Barberry. HEX triplet: D2, C6 and 22. RGB value is (210,198,34). Sum of RGB (Red+Green+Blue) = 210+198+34=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C622 is #2D39DD. Grayscale: #B7B7B7. Windows color (decimal): -2963934 or 2279122. OLE color: 2279122.
HSL color Cylindrical-coordinate representation of color #D2C622: hue angle of 55.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 #D2C622 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 34 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.18 |
| HSL | 55.91º | 0.72% | 0.48% | - |
| HSV(B) | 55.91º | 0.84% | 0.82% | - |
| XYZ | 47.06 | 54.21 | 9.5 | - |
| YUV | 182.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 34 | 0 | 0.06 | 0.84 | 0.18 | 55.91 | 0.72 | 0.48 |
| Hex | D2 | C6 | 22 | 0 | 6 | 54 | 12 | 38 | 48 | 30 |
| Octal | 322 | 306 | 42 | 0 | 6 | 124 | 22 | 70 | 110 | 60 |
| Binary | 11010010 | 11000110 | 100010 | 0 | 110 | 1010100 | 10010 | 111000 | 1001000 | 110000 |
Color Harmonies of #D2C622
Complementary color
Monochromatic Colors of #D2C622
Black with #D2C622
Text Example
Text Example
White with #D2C622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C622; }
p { color: rgb(210,198,34); }
H1.HeaderClassName
{
color: #D2C622;
}
.AnyTagClassName
{
color: #D2C622;
}
</style>
background-color css
<style>
a { background-color: #D2C622; }
a { background-color: rgb(210,198,34); }
div.DivClassName
{
background-color: #D2C622;
}
.BgClassName
{
background-color: #D2C622;
}
</style>
border-color css
<style>
span { border-color: #D2C622; }
span { border-color: rgb(210,198,34); }
td.TdClassName
{
border-color: #D2C622;
}
.TagClassName
{
border-color: #D2C622;
}
</style>