Shades of Barberry #DDD511
Tints of Barberry #DDD511
RGB
CMYK
RGB Variations
Color information
#DDD511 (or 0xDDD511) is known color: Barberry. HEX triplet: DD, D5 and 11. RGB value is (221,213,17). Sum of RGB (Red+Green+Blue) = 221+213+17=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD511 is #222AEE. Grayscale: #C1C1C1. Windows color (decimal): -2239215 or 1168861. OLE color: 1168861.
HSL color Cylindrical-coordinate representation of color #DDD511: hue angle of 57.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDD511 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 17 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.13 |
| HSL | 57.65º | 0.86% | 0.47% | - |
| HSV(B) | 57.65º | 0.92% | 0.87% | - |
| XYZ | 53.71 | 63 | 9.86 | - |
| YUV | 193.05 | 28.65 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 17 | 0 | 0.04 | 0.92 | 0.13 | 57.65 | 0.86 | 0.47 |
| Hex | DD | D5 | 11 | 0 | 4 | 5C | D | 3A | 56 | 2F |
| Octal | 335 | 325 | 21 | 0 | 4 | 134 | 15 | 72 | 126 | 57 |
| Binary | 11011101 | 11010101 | 10001 | 0 | 100 | 1011100 | 1101 | 111010 | 1010110 | 101111 |
Color Harmonies of #DDD511
Complementary color
Monochromatic Colors of #DDD511
Black with #DDD511
Text Example
Text Example
White with #DDD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD511; }
p { color: rgb(221,213,17); }
H1.HeaderClassName
{
color: #DDD511;
}
.AnyTagClassName
{
color: #DDD511;
}
</style>
background-color css
<style>
a { background-color: #DDD511; }
a { background-color: rgb(221,213,17); }
div.DivClassName
{
background-color: #DDD511;
}
.BgClassName
{
background-color: #DDD511;
}
</style>
border-color css
<style>
span { border-color: #DDD511; }
span { border-color: rgb(221,213,17); }
td.TdClassName
{
border-color: #DDD511;
}
.TagClassName
{
border-color: #DDD511;
}
</style>