Shades of Barberry #DDDD16
Tints of Barberry #DDDD16
RGB
CMYK
RGB Variations
Color information
#DDDD16 (or 0xDDDD16) is known color: Barberry. HEX triplet: DD, DD and 16. RGB value is (221,221,22). Sum of RGB (Red+Green+Blue) = 221+221+22=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD16 is #2222E9. Grayscale: #C7C7C7. Windows color (decimal): -2237162 or 1498589. OLE color: 1498589.
HSL color Cylindrical-coordinate representation of color #DDDD16: hue angle of 60º 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 #DDDD16 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 22 | - |
| CMYK | 0 | 0 | 0.90 | 0.13 |
| HSL | 60º | 0.82% | 0.48% | - |
| HSV(B) | 60º | 0.9% | 0.87% | - |
| XYZ | 55.82 | 67.14 | 10.78 | - |
| YUV | 198.31 | 28.5 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 22 | 0 | 0 | 0.90 | 0.13 | 60 | 0.82 | 0.48 |
| Hex | DD | DD | 16 | 0 | 0 | 5A | D | 3C | 52 | 30 |
| Octal | 335 | 335 | 26 | 0 | 0 | 132 | 15 | 74 | 122 | 60 |
| Binary | 11011101 | 11011101 | 10110 | 0 | 0 | 1011010 | 1101 | 111100 | 1010010 | 110000 |
Color Harmonies of #DDDD16
Complementary color
Monochromatic Colors of #DDDD16
Black with #DDDD16
Text Example
Text Example
White with #DDDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD16; }
p { color: rgb(221,221,22); }
H1.HeaderClassName
{
color: #DDDD16;
}
.AnyTagClassName
{
color: #DDDD16;
}
</style>
background-color css
<style>
a { background-color: #DDDD16; }
a { background-color: rgb(221,221,22); }
div.DivClassName
{
background-color: #DDDD16;
}
.BgClassName
{
background-color: #DDDD16;
}
</style>
border-color css
<style>
span { border-color: #DDDD16; }
span { border-color: rgb(221,221,22); }
td.TdClassName
{
border-color: #DDDD16;
}
.TagClassName
{
border-color: #DDDD16;
}
</style>