Shades of Barberry #DDD220
Tints of Barberry #DDD220
RGB
CMYK
RGB Variations
Color information
#DDD220 (or 0xDDD220) is known color: Barberry. HEX triplet: DD, D2 and 20. RGB value is (221,210,32). Sum of RGB (Red+Green+Blue) = 221+210+32=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD220 is #222DDF. Grayscale: #C1C1C1. Windows color (decimal): -2239968 or 2151133. OLE color: 2151133.
HSL color Cylindrical-coordinate representation of color #DDD220: hue angle of 56.51º 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 #DDD220 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 32 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.51º | 0.75% | 0.5% | - |
| HSV(B) | 56.51º | 0.86% | 0.87% | - |
| XYZ | 53.13 | 61.57 | 10.45 | - |
| YUV | 193 | 37.14 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 32 | 0 | 0.05 | 0.86 | 0.13 | 56.51 | 0.75 | 0.5 |
| Hex | DD | D2 | 20 | 0 | 5 | 56 | D | 39 | 4B | 32 |
| Octal | 335 | 322 | 40 | 0 | 5 | 126 | 15 | 71 | 113 | 62 |
| Binary | 11011101 | 11010010 | 100000 | 0 | 101 | 1010110 | 1101 | 111001 | 1001011 | 110010 |
Color Harmonies of #DDD220
Complementary color
Monochromatic Colors of #DDD220
Black with #DDD220
Text Example
Text Example
White with #DDD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD220; }
p { color: rgb(221,210,32); }
H1.HeaderClassName
{
color: #DDD220;
}
.AnyTagClassName
{
color: #DDD220;
}
</style>
background-color css
<style>
a { background-color: #DDD220; }
a { background-color: rgb(221,210,32); }
div.DivClassName
{
background-color: #DDD220;
}
.BgClassName
{
background-color: #DDD220;
}
</style>
border-color css
<style>
span { border-color: #DDD220; }
span { border-color: rgb(221,210,32); }
td.TdClassName
{
border-color: #DDD220;
}
.TagClassName
{
border-color: #DDD220;
}
</style>