Shades of Barberry #DCD224
Tints of Barberry #DCD224
RGB
CMYK
RGB Variations
Color information
#DCD224 (or 0xDCD224) is known color: Barberry. HEX triplet: DC, D2 and 24. RGB value is (220,210,36). Sum of RGB (Red+Green+Blue) = 220+210+36=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD224 is #232DDB. Grayscale: #C1C1C1. Windows color (decimal): -2305500 or 2413276. OLE color: 2413276.
HSL color Cylindrical-coordinate representation of color #DCD224: hue angle of 56.74º 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 #DCD224 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 36 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.14 |
| HSL | 56.74º | 0.72% | 0.5% | - |
| HSV(B) | 56.74º | 0.84% | 0.86% | - |
| XYZ | 52.88 | 61.44 | 10.74 | - |
| YUV | 193.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 36 | 0 | 0.05 | 0.84 | 0.14 | 56.74 | 0.72 | 0.5 |
| Hex | DC | D2 | 24 | 0 | 5 | 54 | E | 39 | 48 | 32 |
| Octal | 334 | 322 | 44 | 0 | 5 | 124 | 16 | 71 | 110 | 62 |
| Binary | 11011100 | 11010010 | 100100 | 0 | 101 | 1010100 | 1110 | 111001 | 1001000 | 110010 |
Color Harmonies of #DCD224
Complementary color
Monochromatic Colors of #DCD224
Black with #DCD224
Text Example
Text Example
White with #DCD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD224; }
p { color: rgb(220,210,36); }
H1.HeaderClassName
{
color: #DCD224;
}
.AnyTagClassName
{
color: #DCD224;
}
</style>
background-color css
<style>
a { background-color: #DCD224; }
a { background-color: rgb(220,210,36); }
div.DivClassName
{
background-color: #DCD224;
}
.BgClassName
{
background-color: #DCD224;
}
</style>
border-color css
<style>
span { border-color: #DCD224; }
span { border-color: rgb(220,210,36); }
td.TdClassName
{
border-color: #DCD224;
}
.TagClassName
{
border-color: #DCD224;
}
</style>