Shades of Barberry #DDD113
Tints of Barberry #DDD113
RGB
CMYK
RGB Variations
Color information
#DDD113 (or 0xDDD113) is known color: Barberry. HEX triplet: DD, D1 and 13. RGB value is (221,209,19). Sum of RGB (Red+Green+Blue) = 221+209+19=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD113 is #222EEC. Grayscale: #BFBFBF. Windows color (decimal): -2240237 or 1298909. OLE color: 1298909.
HSL color Cylindrical-coordinate representation of color #DDD113: hue angle of 56.44º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDD113 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.13 |
| HSL | 56.44º | 0.84% | 0.47% | - |
| HSV(B) | 56.44º | 0.91% | 0.87% | - |
| XYZ | 52.74 | 61.02 | 9.61 | - |
| YUV | 190.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 19 | 0 | 0.05 | 0.91 | 0.13 | 56.44 | 0.84 | 0.47 |
| Hex | DD | D1 | 13 | 0 | 5 | 5B | D | 38 | 54 | 2F |
| Octal | 335 | 321 | 23 | 0 | 5 | 133 | 15 | 70 | 124 | 57 |
| Binary | 11011101 | 11010001 | 10011 | 0 | 101 | 1011011 | 1101 | 111000 | 1010100 | 101111 |
Color Harmonies of #DDD113
Complementary color
Monochromatic Colors of #DDD113
Black with #DDD113
Text Example
Text Example
White with #DDD113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD113; }
p { color: rgb(221,209,19); }
H1.HeaderClassName
{
color: #DDD113;
}
.AnyTagClassName
{
color: #DDD113;
}
</style>
background-color css
<style>
a { background-color: #DDD113; }
a { background-color: rgb(221,209,19); }
div.DivClassName
{
background-color: #DDD113;
}
.BgClassName
{
background-color: #DDD113;
}
</style>
border-color css
<style>
span { border-color: #DDD113; }
span { border-color: rgb(221,209,19); }
td.TdClassName
{
border-color: #DDD113;
}
.TagClassName
{
border-color: #DDD113;
}
</style>