Shades of Barberry #DDDA16
Tints of Barberry #DDDA16
RGB
CMYK
RGB Variations
Color information
#DDDA16 (or 0xDDDA16) is known color: Barberry. HEX triplet: DD, DA and 16. RGB value is (221,218,22). Sum of RGB (Red+Green+Blue) = 221+218+22=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA16 is #2225E9. Grayscale: #C5C5C5. Windows color (decimal): -2237930 or 1497821. OLE color: 1497821.
HSL color Cylindrical-coordinate representation of color #DDDA16: hue angle of 59.1º 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 #DDDA16 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 22 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.13 |
| HSL | 59.1º | 0.82% | 0.48% | - |
| HSV(B) | 59.1º | 0.9% | 0.87% | - |
| XYZ | 55.04 | 65.57 | 10.52 | - |
| YUV | 196.55 | 29.49 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 22 | 0 | 0.01 | 0.90 | 0.13 | 59.1 | 0.82 | 0.48 |
| Hex | DD | DA | 16 | 0 | 1 | 5A | D | 3B | 52 | 30 |
| Octal | 335 | 332 | 26 | 0 | 1 | 132 | 15 | 73 | 122 | 60 |
| Binary | 11011101 | 11011010 | 10110 | 0 | 1 | 1011010 | 1101 | 111011 | 1010010 | 110000 |
Color Harmonies of #DDDA16
Complementary color
Monochromatic Colors of #DDDA16
Black with #DDDA16
Text Example
Text Example
White with #DDDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA16; }
p { color: rgb(221,218,22); }
H1.HeaderClassName
{
color: #DDDA16;
}
.AnyTagClassName
{
color: #DDDA16;
}
</style>
background-color css
<style>
a { background-color: #DDDA16; }
a { background-color: rgb(221,218,22); }
div.DivClassName
{
background-color: #DDDA16;
}
.BgClassName
{
background-color: #DDDA16;
}
</style>
border-color css
<style>
span { border-color: #DDDA16; }
span { border-color: rgb(221,218,22); }
td.TdClassName
{
border-color: #DDDA16;
}
.TagClassName
{
border-color: #DDDA16;
}
</style>