Shades of Barberry #DED421
Tints of Barberry #DED421
RGB
CMYK
RGB Variations
Color information
#DED421 (or 0xDED421) is known color: Barberry. HEX triplet: DE, D4 and 21. RGB value is (222,212,33). Sum of RGB (Red+Green+Blue) = 222+212+33=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DED421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED421 is #212BDE. Grayscale: #C3C3C3. Windows color (decimal): -2173919 or 2217182. OLE color: 2217182.
HSL color Cylindrical-coordinate representation of color #DED421: hue angle of 56.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DED421 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 33 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.13 |
| HSL | 56.83º | 0.74% | 0.5% | - |
| HSV(B) | 56.83º | 0.85% | 0.87% | - |
| XYZ | 53.94 | 62.73 | 10.7 | - |
| YUV | 194.58 | 36.81 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 33 | 0 | 0.05 | 0.85 | 0.13 | 56.83 | 0.74 | 0.5 |
| Hex | DE | D4 | 21 | 0 | 5 | 55 | D | 39 | 4A | 32 |
| Octal | 336 | 324 | 41 | 0 | 5 | 125 | 15 | 71 | 112 | 62 |
| Binary | 11011110 | 11010100 | 100001 | 0 | 101 | 1010101 | 1101 | 111001 | 1001010 | 110010 |
Color Harmonies of #DED421
Complementary color
Monochromatic Colors of #DED421
Black with #DED421
Text Example
Text Example
White with #DED421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED421; }
p { color: rgb(222,212,33); }
H1.HeaderClassName
{
color: #DED421;
}
.AnyTagClassName
{
color: #DED421;
}
</style>
background-color css
<style>
a { background-color: #DED421; }
a { background-color: rgb(222,212,33); }
div.DivClassName
{
background-color: #DED421;
}
.BgClassName
{
background-color: #DED421;
}
</style>
border-color css
<style>
span { border-color: #DED421; }
span { border-color: rgb(222,212,33); }
td.TdClassName
{
border-color: #DED421;
}
.TagClassName
{
border-color: #DED421;
}
</style>