Shades of Barberry #DCD521
Tints of Barberry #DCD521
RGB
CMYK
RGB Variations
Color information
#DCD521 (or 0xDCD521) is known color: Barberry. HEX triplet: DC, D5 and 21. RGB value is (220,213,33). Sum of RGB (Red+Green+Blue) = 220+213+33=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD521 is #232ADE. Grayscale: #C3C3C3. Windows color (decimal): -2304735 or 2217436. OLE color: 2217436.
HSL color Cylindrical-coordinate representation of color #DCD521: hue angle of 57.75º 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 #DCD521 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 33 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.14 |
| HSL | 57.75º | 0.74% | 0.5% | - |
| HSV(B) | 57.75º | 0.85% | 0.86% | - |
| XYZ | 53.58 | 62.91 | 10.76 | - |
| YUV | 194.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 33 | 0 | 0.03 | 0.85 | 0.14 | 57.75 | 0.74 | 0.5 |
| Hex | DC | D5 | 21 | 0 | 3 | 55 | E | 3A | 4A | 32 |
| Octal | 334 | 325 | 41 | 0 | 3 | 125 | 16 | 72 | 112 | 62 |
| Binary | 11011100 | 11010101 | 100001 | 0 | 11 | 1010101 | 1110 | 111010 | 1001010 | 110010 |
Color Harmonies of #DCD521
Complementary color
Monochromatic Colors of #DCD521
Black with #DCD521
Text Example
Text Example
White with #DCD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD521; }
p { color: rgb(220,213,33); }
H1.HeaderClassName
{
color: #DCD521;
}
.AnyTagClassName
{
color: #DCD521;
}
</style>
background-color css
<style>
a { background-color: #DCD521; }
a { background-color: rgb(220,213,33); }
div.DivClassName
{
background-color: #DCD521;
}
.BgClassName
{
background-color: #DCD521;
}
</style>
border-color css
<style>
span { border-color: #DCD521; }
span { border-color: rgb(220,213,33); }
td.TdClassName
{
border-color: #DCD521;
}
.TagClassName
{
border-color: #DCD521;
}
</style>