Shades of Barberry #DDD321
Tints of Barberry #DDD321
RGB
CMYK
RGB Variations
Color information
#DDD321 (or 0xDDD321) is known color: Barberry. HEX triplet: DD, D3 and 21. RGB value is (221,211,33). Sum of RGB (Red+Green+Blue) = 221+211+33=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD321 is #222CDE. Grayscale: #C2C2C2. Windows color (decimal): -2239711 or 2216925. OLE color: 2216925.
HSL color Cylindrical-coordinate representation of color #DDD321: hue angle of 56.81º 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 #DDD321 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 33 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.13 |
| HSL | 56.81º | 0.74% | 0.5% | - |
| HSV(B) | 56.81º | 0.85% | 0.87% | - |
| XYZ | 53.39 | 62.07 | 10.61 | - |
| YUV | 193.7 | 37.31 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 33 | 0 | 0.05 | 0.85 | 0.13 | 56.81 | 0.74 | 0.5 |
| Hex | DD | D3 | 21 | 0 | 5 | 55 | D | 39 | 4A | 32 |
| Octal | 335 | 323 | 41 | 0 | 5 | 125 | 15 | 71 | 112 | 62 |
| Binary | 11011101 | 11010011 | 100001 | 0 | 101 | 1010101 | 1101 | 111001 | 1001010 | 110010 |
Color Harmonies of #DDD321
Complementary color
Monochromatic Colors of #DDD321
Black with #DDD321
Text Example
Text Example
White with #DDD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD321; }
p { color: rgb(221,211,33); }
H1.HeaderClassName
{
color: #DDD321;
}
.AnyTagClassName
{
color: #DDD321;
}
</style>
background-color css
<style>
a { background-color: #DDD321; }
a { background-color: rgb(221,211,33); }
div.DivClassName
{
background-color: #DDD321;
}
.BgClassName
{
background-color: #DDD321;
}
</style>
border-color css
<style>
span { border-color: #DDD321; }
span { border-color: rgb(221,211,33); }
td.TdClassName
{
border-color: #DDD321;
}
.TagClassName
{
border-color: #DDD321;
}
</style>