Shades of Barberry #DDD517
Tints of Barberry #DDD517
RGB
CMYK
RGB Variations
Color information
#DDD517 (or 0xDDD517) is known color: Barberry. HEX triplet: DD, D5 and 17. RGB value is (221,213,23). Sum of RGB (Red+Green+Blue) = 221+213+23=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD517 is #222AE8. Grayscale: #C2C2C2. Windows color (decimal): -2239209 or 1562077. OLE color: 1562077.
HSL color Cylindrical-coordinate representation of color #DDD517: hue angle of 57.58º degrees, saturation: 0.81, 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 #DDD517 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.13 |
| HSL | 57.58º | 0.81% | 0.48% | - |
| HSV(B) | 57.58º | 0.9% | 0.87% | - |
| XYZ | 53.77 | 63.02 | 10.14 | - |
| YUV | 193.73 | 31.65 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 23 | 0 | 0.04 | 0.90 | 0.13 | 57.58 | 0.81 | 0.48 |
| Hex | DD | D5 | 17 | 0 | 4 | 5A | D | 3A | 51 | 30 |
| Octal | 335 | 325 | 27 | 0 | 4 | 132 | 15 | 72 | 121 | 60 |
| Binary | 11011101 | 11010101 | 10111 | 0 | 100 | 1011010 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DDD517
Complementary color
Monochromatic Colors of #DDD517
Black with #DDD517
Text Example
Text Example
White with #DDD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD517; }
p { color: rgb(221,213,23); }
H1.HeaderClassName
{
color: #DDD517;
}
.AnyTagClassName
{
color: #DDD517;
}
</style>
background-color css
<style>
a { background-color: #DDD517; }
a { background-color: rgb(221,213,23); }
div.DivClassName
{
background-color: #DDD517;
}
.BgClassName
{
background-color: #DDD517;
}
</style>
border-color css
<style>
span { border-color: #DDD517; }
span { border-color: rgb(221,213,23); }
td.TdClassName
{
border-color: #DDD517;
}
.TagClassName
{
border-color: #DDD517;
}
</style>