Shades of Barberry #DDD119
Tints of Barberry #DDD119
RGB
CMYK
RGB Variations
Color information
#DDD119 (or 0xDDD119) is known color: Barberry. HEX triplet: DD, D1 and 19. RGB value is (221,209,25). Sum of RGB (Red+Green+Blue) = 221+209+25=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD119 is #222EE6. Grayscale: #C0C0C0. Windows color (decimal): -2240231 or 1692125. OLE color: 1692125.
HSL color Cylindrical-coordinate representation of color #DDD119: hue angle of 56.33º 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 #DDD119 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 25 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.13 |
| HSL | 56.33º | 0.8% | 0.48% | - |
| HSV(B) | 56.33º | 0.89% | 0.87% | - |
| XYZ | 52.79 | 61.04 | 9.92 | - |
| YUV | 191.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 25 | 0 | 0.05 | 0.89 | 0.13 | 56.33 | 0.8 | 0.48 |
| Hex | DD | D1 | 19 | 0 | 5 | 59 | D | 38 | 50 | 30 |
| Octal | 335 | 321 | 31 | 0 | 5 | 131 | 15 | 70 | 120 | 60 |
| Binary | 11011101 | 11010001 | 11001 | 0 | 101 | 1011001 | 1101 | 111000 | 1010000 | 110000 |
Color Harmonies of #DDD119
Complementary color
Monochromatic Colors of #DDD119
Black with #DDD119
Text Example
Text Example
White with #DDD119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD119; }
p { color: rgb(221,209,25); }
H1.HeaderClassName
{
color: #DDD119;
}
.AnyTagClassName
{
color: #DDD119;
}
</style>
background-color css
<style>
a { background-color: #DDD119; }
a { background-color: rgb(221,209,25); }
div.DivClassName
{
background-color: #DDD119;
}
.BgClassName
{
background-color: #DDD119;
}
</style>
border-color css
<style>
span { border-color: #DDD119; }
span { border-color: rgb(221,209,25); }
td.TdClassName
{
border-color: #DDD119;
}
.TagClassName
{
border-color: #DDD119;
}
</style>