Shades of Barberry #DCD522
Tints of Barberry #DCD522
RGB
CMYK
RGB Variations
Color information
#DCD522 (or 0xDCD522) is known color: Barberry. HEX triplet: DC, D5 and 22. RGB value is (220,213,34). Sum of RGB (Red+Green+Blue) = 220+213+34=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD522 is #232ADD. Grayscale: #C3C3C3. Windows color (decimal): -2304734 or 2282972. OLE color: 2282972.
HSL color Cylindrical-coordinate representation of color #DCD522: hue angle of 57.74º 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 #DCD522 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 34 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.14 |
| HSL | 57.74º | 0.73% | 0.5% | - |
| HSV(B) | 57.74º | 0.85% | 0.86% | - |
| XYZ | 53.6 | 62.92 | 10.83 | - |
| YUV | 194.69 | 37.32 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 34 | 0 | 0.03 | 0.85 | 0.14 | 57.74 | 0.73 | 0.5 |
| Hex | DC | D5 | 22 | 0 | 3 | 55 | E | 3A | 49 | 32 |
| Octal | 334 | 325 | 42 | 0 | 3 | 125 | 16 | 72 | 111 | 62 |
| Binary | 11011100 | 11010101 | 100010 | 0 | 11 | 1010101 | 1110 | 111010 | 1001001 | 110010 |
Color Harmonies of #DCD522
Complementary color
Monochromatic Colors of #DCD522
Black with #DCD522
Text Example
Text Example
White with #DCD522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD522; }
p { color: rgb(220,213,34); }
H1.HeaderClassName
{
color: #DCD522;
}
.AnyTagClassName
{
color: #DCD522;
}
</style>
background-color css
<style>
a { background-color: #DCD522; }
a { background-color: rgb(220,213,34); }
div.DivClassName
{
background-color: #DCD522;
}
.BgClassName
{
background-color: #DCD522;
}
</style>
border-color css
<style>
span { border-color: #DCD522; }
span { border-color: rgb(220,213,34); }
td.TdClassName
{
border-color: #DCD522;
}
.TagClassName
{
border-color: #DCD522;
}
</style>