Shades of Barberry #DED520
Tints of Barberry #DED520
RGB
CMYK
RGB Variations
Color information
#DED520 (or 0xDED520) is known color: Barberry. HEX triplet: DE, D5 and 20. RGB value is (222,213,32). Sum of RGB (Red+Green+Blue) = 222+213+32=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DED520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED520 is #212ADF. Grayscale: #C3C3C3. Windows color (decimal): -2173664 or 2151902. OLE color: 2151902.
HSL color Cylindrical-coordinate representation of color #DED520: hue angle of 57.16º 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 #DED520 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 32 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.13 |
| HSL | 57.16º | 0.75% | 0.5% | - |
| HSV(B) | 57.16º | 0.86% | 0.87% | - |
| XYZ | 54.18 | 63.22 | 10.71 | - |
| YUV | 195.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 32 | 0 | 0.04 | 0.86 | 0.13 | 57.16 | 0.75 | 0.5 |
| Hex | DE | D5 | 20 | 0 | 4 | 56 | D | 39 | 4B | 32 |
| Octal | 336 | 325 | 40 | 0 | 4 | 126 | 15 | 71 | 113 | 62 |
| Binary | 11011110 | 11010101 | 100000 | 0 | 100 | 1010110 | 1101 | 111001 | 1001011 | 110010 |
Color Harmonies of #DED520
Complementary color
Monochromatic Colors of #DED520
Black with #DED520
Text Example
Text Example
White with #DED520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED520; }
p { color: rgb(222,213,32); }
H1.HeaderClassName
{
color: #DED520;
}
.AnyTagClassName
{
color: #DED520;
}
</style>
background-color css
<style>
a { background-color: #DED520; }
a { background-color: rgb(222,213,32); }
div.DivClassName
{
background-color: #DED520;
}
.BgClassName
{
background-color: #DED520;
}
</style>
border-color css
<style>
span { border-color: #DED520; }
span { border-color: rgb(222,213,32); }
td.TdClassName
{
border-color: #DED520;
}
.TagClassName
{
border-color: #DED520;
}
</style>