Shades of Barberry #DCD424
Tints of Barberry #DCD424
RGB
CMYK
RGB Variations
Color information
#DCD424 (or 0xDCD424) is known color: Barberry. HEX triplet: DC, D4 and 24. RGB value is (220,212,36). Sum of RGB (Red+Green+Blue) = 220+212+36=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD424 is #232BDB. Grayscale: #C3C3C3. Windows color (decimal): -2304988 or 2413788. OLE color: 2413788.
HSL color Cylindrical-coordinate representation of color #DCD424: hue angle of 57.39º 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 #DCD424 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 36 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.14 |
| HSL | 57.39º | 0.72% | 0.5% | - |
| HSV(B) | 57.39º | 0.84% | 0.86% | - |
| XYZ | 53.38 | 62.43 | 10.91 | - |
| YUV | 194.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 36 | 0 | 0.04 | 0.84 | 0.14 | 57.39 | 0.72 | 0.5 |
| Hex | DC | D4 | 24 | 0 | 4 | 54 | E | 39 | 48 | 32 |
| Octal | 334 | 324 | 44 | 0 | 4 | 124 | 16 | 71 | 110 | 62 |
| Binary | 11011100 | 11010100 | 100100 | 0 | 100 | 1010100 | 1110 | 111001 | 1001000 | 110010 |
Color Harmonies of #DCD424
Complementary color
Monochromatic Colors of #DCD424
Black with #DCD424
Text Example
Text Example
White with #DCD424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD424; }
p { color: rgb(220,212,36); }
H1.HeaderClassName
{
color: #DCD424;
}
.AnyTagClassName
{
color: #DCD424;
}
</style>
background-color css
<style>
a { background-color: #DCD424; }
a { background-color: rgb(220,212,36); }
div.DivClassName
{
background-color: #DCD424;
}
.BgClassName
{
background-color: #DCD424;
}
</style>
border-color css
<style>
span { border-color: #DCD424; }
span { border-color: rgb(220,212,36); }
td.TdClassName
{
border-color: #DCD424;
}
.TagClassName
{
border-color: #DCD424;
}
</style>