Shades of Barberry #DED120
Tints of Barberry #DED120
RGB
CMYK
RGB Variations
Color information
#DED120 (or 0xDED120) is known color: Barberry. HEX triplet: DE, D1 and 20. RGB value is (222,209,32). Sum of RGB (Red+Green+Blue) = 222+209+32=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DED120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED120 is #212EDF. Grayscale: #C1C1C1. Windows color (decimal): -2174688 or 2150878. OLE color: 2150878.
HSL color Cylindrical-coordinate representation of color #DED120: hue angle of 55.89º 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 #DED120 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 32 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.13 |
| HSL | 55.89º | 0.75% | 0.5% | - |
| HSV(B) | 55.89º | 0.86% | 0.87% | - |
| XYZ | 53.19 | 61.23 | 10.38 | - |
| YUV | 192.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 32 | 0 | 0.06 | 0.86 | 0.13 | 55.89 | 0.75 | 0.5 |
| Hex | DE | D1 | 20 | 0 | 6 | 56 | D | 38 | 4B | 32 |
| Octal | 336 | 321 | 40 | 0 | 6 | 126 | 15 | 70 | 113 | 62 |
| Binary | 11011110 | 11010001 | 100000 | 0 | 110 | 1010110 | 1101 | 111000 | 1001011 | 110010 |
Color Harmonies of #DED120
Complementary color
Monochromatic Colors of #DED120
Black with #DED120
Text Example
Text Example
White with #DED120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED120; }
p { color: rgb(222,209,32); }
H1.HeaderClassName
{
color: #DED120;
}
.AnyTagClassName
{
color: #DED120;
}
</style>
background-color css
<style>
a { background-color: #DED120; }
a { background-color: rgb(222,209,32); }
div.DivClassName
{
background-color: #DED120;
}
.BgClassName
{
background-color: #DED120;
}
</style>
border-color css
<style>
span { border-color: #DED120; }
span { border-color: rgb(222,209,32); }
td.TdClassName
{
border-color: #DED120;
}
.TagClassName
{
border-color: #DED120;
}
</style>