Shades of Barberry #DDDB17
Tints of Barberry #DDDB17
RGB
CMYK
RGB Variations
Color information
#DDDB17 (or 0xDDDB17) is known color: Barberry. HEX triplet: DD, DB and 17. RGB value is (221,219,23). Sum of RGB (Red+Green+Blue) = 221+219+23=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 23 (9.38% from 255 or 4.97% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDB17 is #2224E8. Grayscale: #C6C6C6. Windows color (decimal): -2237673 or 1563613. OLE color: 1563613.
HSL color Cylindrical-coordinate representation of color #DDDB17: hue angle of 59.39º degrees, saturation: 0.81, 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 #DDDB17 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 23 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.13 |
| HSL | 59.39º | 0.81% | 0.48% | - |
| HSV(B) | 59.39º | 0.9% | 0.87% | - |
| XYZ | 55.3 | 66.1 | 10.65 | - |
| YUV | 197.25 | 29.66 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 23 | 0 | 0.01 | 0.90 | 0.13 | 59.39 | 0.81 | 0.48 |
| Hex | DD | DB | 17 | 0 | 1 | 5A | D | 3B | 51 | 30 |
| Octal | 335 | 333 | 27 | 0 | 1 | 132 | 15 | 73 | 121 | 60 |
| Binary | 11011101 | 11011011 | 10111 | 0 | 1 | 1011010 | 1101 | 111011 | 1010001 | 110000 |
Color Harmonies of #DDDB17
Complementary color
Monochromatic Colors of #DDDB17
Black with #DDDB17
Text Example
Text Example
White with #DDDB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB17; }
p { color: rgb(221,219,23); }
H1.HeaderClassName
{
color: #DDDB17;
}
.AnyTagClassName
{
color: #DDDB17;
}
</style>
background-color css
<style>
a { background-color: #DDDB17; }
a { background-color: rgb(221,219,23); }
div.DivClassName
{
background-color: #DDDB17;
}
.BgClassName
{
background-color: #DDDB17;
}
</style>
border-color css
<style>
span { border-color: #DDDB17; }
span { border-color: rgb(221,219,23); }
td.TdClassName
{
border-color: #DDDB17;
}
.TagClassName
{
border-color: #DDDB17;
}
</style>