Shades of Barberry #DCD524
Tints of Barberry #DCD524
RGB
CMYK
RGB Variations
Color information
#DCD524 (or 0xDCD524) is known color: Barberry. HEX triplet: DC, D5 and 24. RGB value is (220,213,36). Sum of RGB (Red+Green+Blue) = 220+213+36=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD524 is #232ADB. Grayscale: #C3C3C3. Windows color (decimal): -2304732 or 2414044. OLE color: 2414044.
HSL color Cylindrical-coordinate representation of color #DCD524: hue angle of 57.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCD524 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 36 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.14 |
| HSL | 57.72º | 0.72% | 0.5% | - |
| HSV(B) | 57.72º | 0.84% | 0.86% | - |
| XYZ | 53.63 | 62.93 | 10.99 | - |
| YUV | 194.92 | 38.32 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 36 | 0 | 0.03 | 0.84 | 0.14 | 57.72 | 0.72 | 0.5 |
| Hex | DC | D5 | 24 | 0 | 3 | 54 | E | 3A | 48 | 32 |
| Octal | 334 | 325 | 44 | 0 | 3 | 124 | 16 | 72 | 110 | 62 |
| Binary | 11011100 | 11010101 | 100100 | 0 | 11 | 1010100 | 1110 | 111010 | 1001000 | 110010 |
Color Harmonies of #DCD524
Complementary color
Monochromatic Colors of #DCD524
Black with #DCD524
Text Example
Text Example
White with #DCD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD524; }
p { color: rgb(220,213,36); }
H1.HeaderClassName
{
color: #DCD524;
}
.AnyTagClassName
{
color: #DCD524;
}
</style>
background-color css
<style>
a { background-color: #DCD524; }
a { background-color: rgb(220,213,36); }
div.DivClassName
{
background-color: #DCD524;
}
.BgClassName
{
background-color: #DCD524;
}
</style>
border-color css
<style>
span { border-color: #DCD524; }
span { border-color: rgb(220,213,36); }
td.TdClassName
{
border-color: #DCD524;
}
.TagClassName
{
border-color: #DCD524;
}
</style>