Shades of Barberry #DDD215
Tints of Barberry #DDD215
RGB
CMYK
RGB Variations
Color information
#DDD215 (or 0xDDD215) is known color: Barberry. HEX triplet: DD, D2 and 15. RGB value is (221,210,21). Sum of RGB (Red+Green+Blue) = 221+210+21=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD215 is #222DEA. Grayscale: #C0C0C0. Windows color (decimal): -2239979 or 1430237. OLE color: 1430237.
HSL color Cylindrical-coordinate representation of color #DDD215: hue angle of 56.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD215 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 21 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.13 |
| HSL | 56.7º | 0.83% | 0.47% | - |
| HSV(B) | 56.7º | 0.9% | 0.87% | - |
| XYZ | 53 | 61.52 | 9.79 | - |
| YUV | 191.74 | 31.64 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 21 | 0 | 0.05 | 0.90 | 0.13 | 56.7 | 0.83 | 0.47 |
| Hex | DD | D2 | 15 | 0 | 5 | 5A | D | 39 | 53 | 2F |
| Octal | 335 | 322 | 25 | 0 | 5 | 132 | 15 | 71 | 123 | 57 |
| Binary | 11011101 | 11010010 | 10101 | 0 | 101 | 1011010 | 1101 | 111001 | 1010011 | 101111 |
Color Harmonies of #DDD215
Complementary color
Monochromatic Colors of #DDD215
Black with #DDD215
Text Example
Text Example
White with #DDD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD215; }
p { color: rgb(221,210,21); }
H1.HeaderClassName
{
color: #DDD215;
}
.AnyTagClassName
{
color: #DDD215;
}
</style>
background-color css
<style>
a { background-color: #DDD215; }
a { background-color: rgb(221,210,21); }
div.DivClassName
{
background-color: #DDD215;
}
.BgClassName
{
background-color: #DDD215;
}
</style>
border-color css
<style>
span { border-color: #DDD215; }
span { border-color: rgb(221,210,21); }
td.TdClassName
{
border-color: #DDD215;
}
.TagClassName
{
border-color: #DDD215;
}
</style>