Shades of Barberry #DDD611
Tints of Barberry #DDD611
RGB
CMYK
RGB Variations
Color information
#DDD611 (or 0xDDD611) is known color: Barberry. HEX triplet: DD, D6 and 11. RGB value is (221,214,17). Sum of RGB (Red+Green+Blue) = 221+214+17=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD611 is #2229EE. Grayscale: #C2C2C2. Windows color (decimal): -2238959 or 1169117. OLE color: 1169117.
HSL color Cylindrical-coordinate representation of color #DDD611: hue angle of 57.94º 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 #DDD611 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 17 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.13 |
| HSL | 57.94º | 0.86% | 0.47% | - |
| HSV(B) | 57.94º | 0.92% | 0.87% | - |
| XYZ | 53.97 | 63.51 | 9.94 | - |
| YUV | 193.64 | 28.32 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 17 | 0 | 0.03 | 0.92 | 0.13 | 57.94 | 0.86 | 0.47 |
| Hex | DD | D6 | 11 | 0 | 3 | 5C | D | 3A | 56 | 2F |
| Octal | 335 | 326 | 21 | 0 | 3 | 134 | 15 | 72 | 126 | 57 |
| Binary | 11011101 | 11010110 | 10001 | 0 | 11 | 1011100 | 1101 | 111010 | 1010110 | 101111 |
Color Harmonies of #DDD611
Complementary color
Monochromatic Colors of #DDD611
Black with #DDD611
Text Example
Text Example
White with #DDD611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD611; }
p { color: rgb(221,214,17); }
H1.HeaderClassName
{
color: #DDD611;
}
.AnyTagClassName
{
color: #DDD611;
}
</style>
background-color css
<style>
a { background-color: #DDD611; }
a { background-color: rgb(221,214,17); }
div.DivClassName
{
background-color: #DDD611;
}
.BgClassName
{
background-color: #DDD611;
}
</style>
border-color css
<style>
span { border-color: #DDD611; }
span { border-color: rgb(221,214,17); }
td.TdClassName
{
border-color: #DDD611;
}
.TagClassName
{
border-color: #DDD611;
}
</style>