Shades of Barberry #DDD518
Tints of Barberry #DDD518
RGB
CMYK
RGB Variations
Color information
#DDD518 (or 0xDDD518) is known color: Barberry. HEX triplet: DD, D5 and 18. RGB value is (221,213,24). Sum of RGB (Red+Green+Blue) = 221+213+24=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD518 is #222AE7. Grayscale: #C2C2C2. Windows color (decimal): -2239208 or 1627613. OLE color: 1627613.
HSL color Cylindrical-coordinate representation of color #DDD518: hue angle of 57.56º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDD518 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 24 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.13 |
| HSL | 57.56º | 0.8% | 0.48% | - |
| HSV(B) | 57.56º | 0.89% | 0.87% | - |
| XYZ | 53.78 | 63.03 | 10.2 | - |
| YUV | 193.85 | 32.15 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 24 | 0 | 0.04 | 0.89 | 0.13 | 57.56 | 0.8 | 0.48 |
| Hex | DD | D5 | 18 | 0 | 4 | 59 | D | 3A | 50 | 30 |
| Octal | 335 | 325 | 30 | 0 | 4 | 131 | 15 | 72 | 120 | 60 |
| Binary | 11011101 | 11010101 | 11000 | 0 | 100 | 1011001 | 1101 | 111010 | 1010000 | 110000 |
Color Harmonies of #DDD518
Complementary color
Monochromatic Colors of #DDD518
Black with #DDD518
Text Example
Text Example
White with #DDD518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD518; }
p { color: rgb(221,213,24); }
H1.HeaderClassName
{
color: #DDD518;
}
.AnyTagClassName
{
color: #DDD518;
}
</style>
background-color css
<style>
a { background-color: #DDD518; }
a { background-color: rgb(221,213,24); }
div.DivClassName
{
background-color: #DDD518;
}
.BgClassName
{
background-color: #DDD518;
}
</style>
border-color css
<style>
span { border-color: #DDD518; }
span { border-color: rgb(221,213,24); }
td.TdClassName
{
border-color: #DDD518;
}
.TagClassName
{
border-color: #DDD518;
}
</style>