Shades of Barberry #DDD620
Tints of Barberry #DDD620
RGB
CMYK
RGB Variations
Color information
#DDD620 (or 0xDDD620) is known color: Barberry. HEX triplet: DD, D6 and 20. RGB value is (221,214,32). Sum of RGB (Red+Green+Blue) = 221+214+32=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD620 is #2229DF. Grayscale: #C4C4C4. Windows color (decimal): -2238944 or 2152157. OLE color: 2152157.
HSL color Cylindrical-coordinate representation of color #DDD620: hue angle of 57.78º 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 #DDD620 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 32 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.13 |
| HSL | 57.78º | 0.75% | 0.5% | - |
| HSV(B) | 57.78º | 0.86% | 0.87% | - |
| XYZ | 54.13 | 63.57 | 10.78 | - |
| YUV | 195.35 | 35.82 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 32 | 0 | 0.03 | 0.86 | 0.13 | 57.78 | 0.75 | 0.5 |
| Hex | DD | D6 | 20 | 0 | 3 | 56 | D | 3A | 4B | 32 |
| Octal | 335 | 326 | 40 | 0 | 3 | 126 | 15 | 72 | 113 | 62 |
| Binary | 11011101 | 11010110 | 100000 | 0 | 11 | 1010110 | 1101 | 111010 | 1001011 | 110010 |
Color Harmonies of #DDD620
Complementary color
Monochromatic Colors of #DDD620
Black with #DDD620
Text Example
Text Example
White with #DDD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD620; }
p { color: rgb(221,214,32); }
H1.HeaderClassName
{
color: #DDD620;
}
.AnyTagClassName
{
color: #DDD620;
}
</style>
background-color css
<style>
a { background-color: #DDD620; }
a { background-color: rgb(221,214,32); }
div.DivClassName
{
background-color: #DDD620;
}
.BgClassName
{
background-color: #DDD620;
}
</style>
border-color css
<style>
span { border-color: #DDD620; }
span { border-color: rgb(221,214,32); }
td.TdClassName
{
border-color: #DDD620;
}
.TagClassName
{
border-color: #DDD620;
}
</style>