Shades of Barberry #DCD221
Tints of Barberry #DCD221
RGB
CMYK
RGB Variations
Color information
#DCD221 (or 0xDCD221) is known color: Barberry. HEX triplet: DC, D2 and 21. RGB value is (220,210,33). Sum of RGB (Red+Green+Blue) = 220+210+33=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD221 is #232DDE. Grayscale: #C1C1C1. Windows color (decimal): -2305503 or 2216668. OLE color: 2216668.
HSL color Cylindrical-coordinate representation of color #DCD221: hue angle of 56.79º degrees, saturation: 0.74, 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 #DCD221 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 33 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.14 |
| HSL | 56.79º | 0.74% | 0.5% | - |
| HSV(B) | 56.79º | 0.85% | 0.86% | - |
| XYZ | 52.84 | 61.42 | 10.51 | - |
| YUV | 192.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 33 | 0 | 0.05 | 0.85 | 0.14 | 56.79 | 0.74 | 0.5 |
| Hex | DC | D2 | 21 | 0 | 5 | 55 | E | 39 | 4A | 32 |
| Octal | 334 | 322 | 41 | 0 | 5 | 125 | 16 | 71 | 112 | 62 |
| Binary | 11011100 | 11010010 | 100001 | 0 | 101 | 1010101 | 1110 | 111001 | 1001010 | 110010 |
Color Harmonies of #DCD221
Complementary color
Monochromatic Colors of #DCD221
Black with #DCD221
Text Example
Text Example
White with #DCD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD221; }
p { color: rgb(220,210,33); }
H1.HeaderClassName
{
color: #DCD221;
}
.AnyTagClassName
{
color: #DCD221;
}
</style>
background-color css
<style>
a { background-color: #DCD221; }
a { background-color: rgb(220,210,33); }
div.DivClassName
{
background-color: #DCD221;
}
.BgClassName
{
background-color: #DCD221;
}
</style>
border-color css
<style>
span { border-color: #DCD221; }
span { border-color: rgb(220,210,33); }
td.TdClassName
{
border-color: #DCD221;
}
.TagClassName
{
border-color: #DCD221;
}
</style>