Shades of Barberry #DDD224
Tints of Barberry #DDD224
RGB
CMYK
RGB Variations
Color information
#DDD224 (or 0xDDD224) is known color: Barberry. HEX triplet: DD, D2 and 24. RGB value is (221,210,36). Sum of RGB (Red+Green+Blue) = 221+210+36=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD224 is #222DDB. Grayscale: #C2C2C2. Windows color (decimal): -2239964 or 2413277. OLE color: 2413277.
HSL color Cylindrical-coordinate representation of color #DDD224: hue angle of 56.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDD224 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 36 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.13 |
| HSL | 56.43º | 0.73% | 0.5% | - |
| HSV(B) | 56.43º | 0.84% | 0.87% | - |
| XYZ | 53.18 | 61.59 | 10.75 | - |
| YUV | 193.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 36 | 0 | 0.05 | 0.84 | 0.13 | 56.43 | 0.73 | 0.5 |
| Hex | DD | D2 | 24 | 0 | 5 | 54 | D | 38 | 49 | 32 |
| Octal | 335 | 322 | 44 | 0 | 5 | 124 | 15 | 70 | 111 | 62 |
| Binary | 11011101 | 11010010 | 100100 | 0 | 101 | 1010100 | 1101 | 111000 | 1001001 | 110010 |
Color Harmonies of #DDD224
Complementary color
Monochromatic Colors of #DDD224
Black with #DDD224
Text Example
Text Example
White with #DDD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD224; }
p { color: rgb(221,210,36); }
H1.HeaderClassName
{
color: #DDD224;
}
.AnyTagClassName
{
color: #DDD224;
}
</style>
background-color css
<style>
a { background-color: #DDD224; }
a { background-color: rgb(221,210,36); }
div.DivClassName
{
background-color: #DDD224;
}
.BgClassName
{
background-color: #DDD224;
}
</style>
border-color css
<style>
span { border-color: #DDD224; }
span { border-color: rgb(221,210,36); }
td.TdClassName
{
border-color: #DDD224;
}
.TagClassName
{
border-color: #DDD224;
}
</style>