Shades of Barberry #DDD521
Tints of Barberry #DDD521
RGB
CMYK
RGB Variations
Color information
#DDD521 (or 0xDDD521) is known color: Barberry. HEX triplet: DD, D5 and 21. RGB value is (221,213,33). Sum of RGB (Red+Green+Blue) = 221+213+33=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD521 is #222ADE. Grayscale: #C3C3C3. Windows color (decimal): -2239199 or 2217437. OLE color: 2217437.
HSL color Cylindrical-coordinate representation of color #DDD521: hue angle of 57.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDD521 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 33 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.13 |
| HSL | 57.45º | 0.74% | 0.5% | - |
| HSV(B) | 57.45º | 0.85% | 0.87% | - |
| XYZ | 53.89 | 63.07 | 10.77 | - |
| YUV | 194.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 33 | 0 | 0.04 | 0.85 | 0.13 | 57.45 | 0.74 | 0.5 |
| Hex | DD | D5 | 21 | 0 | 4 | 55 | D | 39 | 4A | 32 |
| Octal | 335 | 325 | 41 | 0 | 4 | 125 | 15 | 71 | 112 | 62 |
| Binary | 11011101 | 11010101 | 100001 | 0 | 100 | 1010101 | 1101 | 111001 | 1001010 | 110010 |
Color Harmonies of #DDD521
Complementary color
Monochromatic Colors of #DDD521
Black with #DDD521
Text Example
Text Example
White with #DDD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD521; }
p { color: rgb(221,213,33); }
H1.HeaderClassName
{
color: #DDD521;
}
.AnyTagClassName
{
color: #DDD521;
}
</style>
background-color css
<style>
a { background-color: #DDD521; }
a { background-color: rgb(221,213,33); }
div.DivClassName
{
background-color: #DDD521;
}
.BgClassName
{
background-color: #DDD521;
}
</style>
border-color css
<style>
span { border-color: #DDD521; }
span { border-color: rgb(221,213,33); }
td.TdClassName
{
border-color: #DDD521;
}
.TagClassName
{
border-color: #DDD521;
}
</style>