Shades of Barberry #DDD223
Tints of Barberry #DDD223
RGB
CMYK
RGB Variations
Color information
#DDD223 (or 0xDDD223) is known color: Barberry. HEX triplet: DD, D2 and 23. RGB value is (221,210,35). Sum of RGB (Red+Green+Blue) = 221+210+35=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD223 is #222DDC. Grayscale: #C2C2C2. Windows color (decimal): -2239965 or 2347741. OLE color: 2347741.
HSL color Cylindrical-coordinate representation of color #DDD223: hue angle of 56.45º 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 #DDD223 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 35 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.13 |
| HSL | 56.45º | 0.73% | 0.5% | - |
| HSV(B) | 56.45º | 0.84% | 0.87% | - |
| XYZ | 53.17 | 61.59 | 10.68 | - |
| YUV | 193.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 35 | 0 | 0.05 | 0.84 | 0.13 | 56.45 | 0.73 | 0.5 |
| Hex | DD | D2 | 23 | 0 | 5 | 54 | D | 38 | 49 | 32 |
| Octal | 335 | 322 | 43 | 0 | 5 | 124 | 15 | 70 | 111 | 62 |
| Binary | 11011101 | 11010010 | 100011 | 0 | 101 | 1010100 | 1101 | 111000 | 1001001 | 110010 |
Color Harmonies of #DDD223
Complementary color
Monochromatic Colors of #DDD223
Black with #DDD223
Text Example
Text Example
White with #DDD223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD223; }
p { color: rgb(221,210,35); }
H1.HeaderClassName
{
color: #DDD223;
}
.AnyTagClassName
{
color: #DDD223;
}
</style>
background-color css
<style>
a { background-color: #DDD223; }
a { background-color: rgb(221,210,35); }
div.DivClassName
{
background-color: #DDD223;
}
.BgClassName
{
background-color: #DDD223;
}
</style>
border-color css
<style>
span { border-color: #DDD223; }
span { border-color: rgb(221,210,35); }
td.TdClassName
{
border-color: #DDD223;
}
.TagClassName
{
border-color: #DDD223;
}
</style>