Shades of Barberry #DDDD19
Tints of Barberry #DDDD19
RGB
CMYK
RGB Variations
Color information
#DDDD19 (or 0xDDDD19) is known color: Barberry. HEX triplet: DD, DD and 19. RGB value is (221,221,25). Sum of RGB (Red+Green+Blue) = 221+221+25=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD19 is #2222E6. Grayscale: #C7C7C7. Windows color (decimal): -2237159 or 1695197. OLE color: 1695197.
HSL color Cylindrical-coordinate representation of color #DDDD19: hue angle of 60º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDDD19 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 25 | - |
| CMYK | 0 | 0 | 0.89 | 0.13 |
| HSL | 60º | 0.8% | 0.48% | - |
| HSV(B) | 60º | 0.89% | 0.87% | - |
| XYZ | 55.85 | 67.16 | 10.94 | - |
| YUV | 198.66 | 30 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 25 | 0 | 0 | 0.89 | 0.13 | 60 | 0.8 | 0.48 |
| Hex | DD | DD | 19 | 0 | 0 | 59 | D | 3C | 50 | 30 |
| Octal | 335 | 335 | 31 | 0 | 0 | 131 | 15 | 74 | 120 | 60 |
| Binary | 11011101 | 11011101 | 11001 | 0 | 0 | 1011001 | 1101 | 111100 | 1010000 | 110000 |
Color Harmonies of #DDDD19
Complementary color
Monochromatic Colors of #DDDD19
Black with #DDDD19
Text Example
Text Example
White with #DDDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD19; }
p { color: rgb(221,221,25); }
H1.HeaderClassName
{
color: #DDDD19;
}
.AnyTagClassName
{
color: #DDDD19;
}
</style>
background-color css
<style>
a { background-color: #DDDD19; }
a { background-color: rgb(221,221,25); }
div.DivClassName
{
background-color: #DDDD19;
}
.BgClassName
{
background-color: #DDDD19;
}
</style>
border-color css
<style>
span { border-color: #DDDD19; }
span { border-color: rgb(221,221,25); }
td.TdClassName
{
border-color: #DDDD19;
}
.TagClassName
{
border-color: #DDDD19;
}
</style>