Shades of Barberry #DED220
Tints of Barberry #DED220
RGB
CMYK
RGB Variations
Color information
#DED220 (or 0xDED220) is known color: Barberry. HEX triplet: DE, D2 and 20. RGB value is (222,210,32). Sum of RGB (Red+Green+Blue) = 222+210+32=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DED220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED220 is #212DDF. Grayscale: #C2C2C2. Windows color (decimal): -2174432 or 2151134. OLE color: 2151134.
HSL color Cylindrical-coordinate representation of color #DED220: hue angle of 56.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DED220 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 32 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.21º | 0.75% | 0.5% | - |
| HSV(B) | 56.21º | 0.86% | 0.87% | - |
| XYZ | 53.43 | 61.73 | 10.46 | - |
| YUV | 193.3 | 36.98 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 32 | 0 | 0.05 | 0.86 | 0.13 | 56.21 | 0.75 | 0.5 |
| Hex | DE | D2 | 20 | 0 | 5 | 56 | D | 38 | 4B | 32 |
| Octal | 336 | 322 | 40 | 0 | 5 | 126 | 15 | 70 | 113 | 62 |
| Binary | 11011110 | 11010010 | 100000 | 0 | 101 | 1010110 | 1101 | 111000 | 1001011 | 110010 |
Color Harmonies of #DED220
Complementary color
Monochromatic Colors of #DED220
Black with #DED220
Text Example
Text Example
White with #DED220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED220; }
p { color: rgb(222,210,32); }
H1.HeaderClassName
{
color: #DED220;
}
.AnyTagClassName
{
color: #DED220;
}
</style>
background-color css
<style>
a { background-color: #DED220; }
a { background-color: rgb(222,210,32); }
div.DivClassName
{
background-color: #DED220;
}
.BgClassName
{
background-color: #DED220;
}
</style>
border-color css
<style>
span { border-color: #DED220; }
span { border-color: rgb(222,210,32); }
td.TdClassName
{
border-color: #DED220;
}
.TagClassName
{
border-color: #DED220;
}
</style>