Shades of Barberry #DCD222
Tints of Barberry #DCD222
RGB
CMYK
RGB Variations
Color information
#DCD222 (or 0xDCD222) is known color: Barberry. HEX triplet: DC, D2 and 22. RGB value is (220,210,34). Sum of RGB (Red+Green+Blue) = 220+210+34=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD222 is #232DDD. Grayscale: #C1C1C1. Windows color (decimal): -2305502 or 2282204. OLE color: 2282204.
HSL color Cylindrical-coordinate representation of color #DCD222: hue angle of 56.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCD222 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 34 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.14 |
| HSL | 56.77º | 0.73% | 0.5% | - |
| HSV(B) | 56.77º | 0.85% | 0.86% | - |
| XYZ | 52.85 | 61.42 | 10.58 | - |
| YUV | 192.93 | 38.31 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 34 | 0 | 0.05 | 0.85 | 0.14 | 56.77 | 0.73 | 0.5 |
| Hex | DC | D2 | 22 | 0 | 5 | 55 | E | 39 | 49 | 32 |
| Octal | 334 | 322 | 42 | 0 | 5 | 125 | 16 | 71 | 111 | 62 |
| Binary | 11011100 | 11010010 | 100010 | 0 | 101 | 1010101 | 1110 | 111001 | 1001001 | 110010 |
Color Harmonies of #DCD222
Complementary color
Monochromatic Colors of #DCD222
Black with #DCD222
Text Example
Text Example
White with #DCD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD222; }
p { color: rgb(220,210,34); }
H1.HeaderClassName
{
color: #DCD222;
}
.AnyTagClassName
{
color: #DCD222;
}
</style>
background-color css
<style>
a { background-color: #DCD222; }
a { background-color: rgb(220,210,34); }
div.DivClassName
{
background-color: #DCD222;
}
.BgClassName
{
background-color: #DCD222;
}
</style>
border-color css
<style>
span { border-color: #DCD222; }
span { border-color: rgb(220,210,34); }
td.TdClassName
{
border-color: #DCD222;
}
.TagClassName
{
border-color: #DCD222;
}
</style>