Shades of Barberry #DED320
Tints of Barberry #DED320
RGB
CMYK
RGB Variations
Color information
#DED320 (or 0xDED320) is known color: Barberry. HEX triplet: DE, D3 and 20. RGB value is (222,211,32). Sum of RGB (Red+Green+Blue) = 222+211+32=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DED320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED320 is #212CDF. Grayscale: #C2C2C2. Windows color (decimal): -2174176 or 2151390. OLE color: 2151390.
HSL color Cylindrical-coordinate representation of color #DED320: hue angle of 56.53º 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 #DED320 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 32 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.53º | 0.75% | 0.5% | - |
| HSV(B) | 56.53º | 0.86% | 0.87% | - |
| XYZ | 53.68 | 62.22 | 10.55 | - |
| YUV | 193.88 | 36.64 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 32 | 0 | 0.05 | 0.86 | 0.13 | 56.53 | 0.75 | 0.5 |
| Hex | DE | D3 | 20 | 0 | 5 | 56 | D | 39 | 4B | 32 |
| Octal | 336 | 323 | 40 | 0 | 5 | 126 | 15 | 71 | 113 | 62 |
| Binary | 11011110 | 11010011 | 100000 | 0 | 101 | 1010110 | 1101 | 111001 | 1001011 | 110010 |
Color Harmonies of #DED320
Complementary color
Monochromatic Colors of #DED320
Black with #DED320
Text Example
Text Example
White with #DED320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED320; }
p { color: rgb(222,211,32); }
H1.HeaderClassName
{
color: #DED320;
}
.AnyTagClassName
{
color: #DED320;
}
</style>
background-color css
<style>
a { background-color: #DED320; }
a { background-color: rgb(222,211,32); }
div.DivClassName
{
background-color: #DED320;
}
.BgClassName
{
background-color: #DED320;
}
</style>
border-color css
<style>
span { border-color: #DED320; }
span { border-color: rgb(222,211,32); }
td.TdClassName
{
border-color: #DED320;
}
.TagClassName
{
border-color: #DED320;
}
</style>