Shades of Barberry #DDD616
Tints of Barberry #DDD616
RGB
CMYK
RGB Variations
Color information
#DDD616 (or 0xDDD616) is known color: Barberry. HEX triplet: DD, D6 and 16. RGB value is (221,214,22). Sum of RGB (Red+Green+Blue) = 221+214+22=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD616 is #2229E9. Grayscale: #C2C2C2. Windows color (decimal): -2238954 or 1496797. OLE color: 1496797.
HSL color Cylindrical-coordinate representation of color #DDD616: hue angle of 57.89º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDD616 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 22 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.13 |
| HSL | 57.89º | 0.82% | 0.48% | - |
| HSV(B) | 57.89º | 0.9% | 0.87% | - |
| XYZ | 54.01 | 63.52 | 10.17 | - |
| YUV | 194.21 | 30.82 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 22 | 0 | 0.03 | 0.90 | 0.13 | 57.89 | 0.82 | 0.48 |
| Hex | DD | D6 | 16 | 0 | 3 | 5A | D | 3A | 52 | 30 |
| Octal | 335 | 326 | 26 | 0 | 3 | 132 | 15 | 72 | 122 | 60 |
| Binary | 11011101 | 11010110 | 10110 | 0 | 11 | 1011010 | 1101 | 111010 | 1010010 | 110000 |
Color Harmonies of #DDD616
Complementary color
Monochromatic Colors of #DDD616
Black with #DDD616
Text Example
Text Example
White with #DDD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD616; }
p { color: rgb(221,214,22); }
H1.HeaderClassName
{
color: #DDD616;
}
.AnyTagClassName
{
color: #DDD616;
}
</style>
background-color css
<style>
a { background-color: #DDD616; }
a { background-color: rgb(221,214,22); }
div.DivClassName
{
background-color: #DDD616;
}
.BgClassName
{
background-color: #DDD616;
}
</style>
border-color css
<style>
span { border-color: #DDD616; }
span { border-color: rgb(221,214,22); }
td.TdClassName
{
border-color: #DDD616;
}
.TagClassName
{
border-color: #DDD616;
}
</style>