Shades of Barberry #DED424
Tints of Barberry #DED424
RGB
CMYK
RGB Variations
Color information
#DED424 (or 0xDED424) is known color: Barberry. HEX triplet: DE, D4 and 24. RGB value is (222,212,36). Sum of RGB (Red+Green+Blue) = 222+212+36=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED424 is #212BDB. Grayscale: #C3C3C3. Windows color (decimal): -2173916 or 2413790. OLE color: 2413790.
HSL color Cylindrical-coordinate representation of color #DED424: hue angle of 56.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DED424 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 36 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.13 |
| HSL | 56.77º | 0.74% | 0.51% | - |
| HSV(B) | 56.77º | 0.84% | 0.87% | - |
| XYZ | 53.99 | 62.74 | 10.93 | - |
| YUV | 194.93 | 38.31 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 36 | 0 | 0.05 | 0.84 | 0.13 | 56.77 | 0.74 | 0.51 |
| Hex | DE | D4 | 24 | 0 | 5 | 54 | D | 39 | 4A | 33 |
| Octal | 336 | 324 | 44 | 0 | 5 | 124 | 15 | 71 | 112 | 63 |
| Binary | 11011110 | 11010100 | 100100 | 0 | 101 | 1010100 | 1101 | 111001 | 1001010 | 110011 |
Color Harmonies of #DED424
Complementary color
Monochromatic Colors of #DED424
Black with #DED424
Text Example
Text Example
White with #DED424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED424; }
p { color: rgb(222,212,36); }
H1.HeaderClassName
{
color: #DED424;
}
.AnyTagClassName
{
color: #DED424;
}
</style>
background-color css
<style>
a { background-color: #DED424; }
a { background-color: rgb(222,212,36); }
div.DivClassName
{
background-color: #DED424;
}
.BgClassName
{
background-color: #DED424;
}
</style>
border-color css
<style>
span { border-color: #DED424; }
span { border-color: rgb(222,212,36); }
td.TdClassName
{
border-color: #DED424;
}
.TagClassName
{
border-color: #DED424;
}
</style>