Shades of Barberry #DED020
Tints of Barberry #DED020
RGB
CMYK
RGB Variations
Color information
#DED020 (or 0xDED020) is known color: Barberry. HEX triplet: DE, D0 and 20. RGB value is (222,208,32). Sum of RGB (Red+Green+Blue) = 222+208+32=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DED020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED020 is #212FDF. Grayscale: #C0C0C0. Windows color (decimal): -2174944 or 2150622. OLE color: 2150622.
HSL color Cylindrical-coordinate representation of color #DED020: hue angle of 55.58º 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 #DED020 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 32 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.13 |
| HSL | 55.58º | 0.75% | 0.5% | - |
| HSV(B) | 55.58º | 0.86% | 0.87% | - |
| XYZ | 52.94 | 60.75 | 10.3 | - |
| YUV | 192.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 32 | 0 | 0.06 | 0.86 | 0.13 | 55.58 | 0.75 | 0.5 |
| Hex | DE | D0 | 20 | 0 | 6 | 56 | D | 38 | 4B | 32 |
| Octal | 336 | 320 | 40 | 0 | 6 | 126 | 15 | 70 | 113 | 62 |
| Binary | 11011110 | 11010000 | 100000 | 0 | 110 | 1010110 | 1101 | 111000 | 1001011 | 110010 |
Color Harmonies of #DED020
Complementary color
Monochromatic Colors of #DED020
Black with #DED020
Text Example
Text Example
White with #DED020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED020; }
p { color: rgb(222,208,32); }
H1.HeaderClassName
{
color: #DED020;
}
.AnyTagClassName
{
color: #DED020;
}
</style>
background-color css
<style>
a { background-color: #DED020; }
a { background-color: rgb(222,208,32); }
div.DivClassName
{
background-color: #DED020;
}
.BgClassName
{
background-color: #DED020;
}
</style>
border-color css
<style>
span { border-color: #DED020; }
span { border-color: rgb(222,208,32); }
td.TdClassName
{
border-color: #DED020;
}
.TagClassName
{
border-color: #DED020;
}
</style>