Shades of Barberry #DDD520
Tints of Barberry #DDD520
RGB
CMYK
RGB Variations
Color information
#DDD520 (or 0xDDD520) is known color: Barberry. HEX triplet: DD, D5 and 20. RGB value is (221,213,32). Sum of RGB (Red+Green+Blue) = 221+213+32=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD520 is #222ADF. Grayscale: #C3C3C3. Windows color (decimal): -2239200 or 2151901. OLE color: 2151901.
HSL color Cylindrical-coordinate representation of color #DDD520: hue angle of 57.46º 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 #DDD520 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 32 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.13 |
| HSL | 57.46º | 0.75% | 0.5% | - |
| HSV(B) | 57.46º | 0.86% | 0.87% | - |
| XYZ | 53.87 | 63.06 | 10.7 | - |
| YUV | 194.76 | 36.15 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 32 | 0 | 0.04 | 0.86 | 0.13 | 57.46 | 0.75 | 0.5 |
| Hex | DD | D5 | 20 | 0 | 4 | 56 | D | 39 | 4B | 32 |
| Octal | 335 | 325 | 40 | 0 | 4 | 126 | 15 | 71 | 113 | 62 |
| Binary | 11011101 | 11010101 | 100000 | 0 | 100 | 1010110 | 1101 | 111001 | 1001011 | 110010 |
Color Harmonies of #DDD520
Complementary color
Monochromatic Colors of #DDD520
Black with #DDD520
Text Example
Text Example
White with #DDD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD520; }
p { color: rgb(221,213,32); }
H1.HeaderClassName
{
color: #DDD520;
}
.AnyTagClassName
{
color: #DDD520;
}
</style>
background-color css
<style>
a { background-color: #DDD520; }
a { background-color: rgb(221,213,32); }
div.DivClassName
{
background-color: #DDD520;
}
.BgClassName
{
background-color: #DDD520;
}
</style>
border-color css
<style>
span { border-color: #DDD520; }
span { border-color: rgb(221,213,32); }
td.TdClassName
{
border-color: #DDD520;
}
.TagClassName
{
border-color: #DDD520;
}
</style>