Shades of Barberry #DDD516
Tints of Barberry #DDD516
RGB
CMYK
RGB Variations
Color information
#DDD516 (or 0xDDD516) is known color: Barberry. HEX triplet: DD, D5 and 16. RGB value is (221,213,22). Sum of RGB (Red+Green+Blue) = 221+213+22=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD516 is #222AE9. Grayscale: #C2C2C2. Windows color (decimal): -2239210 or 1496541. OLE color: 1496541.
HSL color Cylindrical-coordinate representation of color #DDD516: hue angle of 57.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD516 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 22 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.13 |
| HSL | 57.59º | 0.82% | 0.48% | - |
| HSV(B) | 57.59º | 0.9% | 0.87% | - |
| XYZ | 53.76 | 63.02 | 10.09 | - |
| YUV | 193.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 22 | 0 | 0.04 | 0.90 | 0.13 | 57.59 | 0.82 | 0.48 |
| Hex | DD | D5 | 16 | 0 | 4 | 5A | D | 3A | 52 | 30 |
| Octal | 335 | 325 | 26 | 0 | 4 | 132 | 15 | 72 | 122 | 60 |
| Binary | 11011101 | 11010101 | 10110 | 0 | 100 | 1011010 | 1101 | 111010 | 1010010 | 110000 |
Color Harmonies of #DDD516
Complementary color
Monochromatic Colors of #DDD516
Black with #DDD516
Text Example
Text Example
White with #DDD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD516; }
p { color: rgb(221,213,22); }
H1.HeaderClassName
{
color: #DDD516;
}
.AnyTagClassName
{
color: #DDD516;
}
</style>
background-color css
<style>
a { background-color: #DDD516; }
a { background-color: rgb(221,213,22); }
div.DivClassName
{
background-color: #DDD516;
}
.BgClassName
{
background-color: #DDD516;
}
</style>
border-color css
<style>
span { border-color: #DDD516; }
span { border-color: rgb(221,213,22); }
td.TdClassName
{
border-color: #DDD516;
}
.TagClassName
{
border-color: #DDD516;
}
</style>