Shades of Barberry #DDD816
Tints of Barberry #DDD816
RGB
CMYK
RGB Variations
Color information
#DDD816 (or 0xDDD816) is known color: Barberry. HEX triplet: DD, D8 and 16. RGB value is (221,216,22). Sum of RGB (Red+Green+Blue) = 221+216+22=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD816 is #2227E9. Grayscale: #C4C4C4. Windows color (decimal): -2238442 or 1497309. OLE color: 1497309.
HSL color Cylindrical-coordinate representation of color #DDD816: hue angle of 58.49º 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 #DDD816 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 22 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.13 |
| HSL | 58.49º | 0.82% | 0.48% | - |
| HSV(B) | 58.49º | 0.9% | 0.87% | - |
| XYZ | 54.52 | 64.54 | 10.34 | - |
| YUV | 195.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 22 | 0 | 0.02 | 0.90 | 0.13 | 58.49 | 0.82 | 0.48 |
| Hex | DD | D8 | 16 | 0 | 2 | 5A | D | 3A | 52 | 30 |
| Octal | 335 | 330 | 26 | 0 | 2 | 132 | 15 | 72 | 122 | 60 |
| Binary | 11011101 | 11011000 | 10110 | 0 | 10 | 1011010 | 1101 | 111010 | 1010010 | 110000 |
Color Harmonies of #DDD816
Complementary color
Monochromatic Colors of #DDD816
Black with #DDD816
Text Example
Text Example
White with #DDD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD816; }
p { color: rgb(221,216,22); }
H1.HeaderClassName
{
color: #DDD816;
}
.AnyTagClassName
{
color: #DDD816;
}
</style>
background-color css
<style>
a { background-color: #DDD816; }
a { background-color: rgb(221,216,22); }
div.DivClassName
{
background-color: #DDD816;
}
.BgClassName
{
background-color: #DDD816;
}
</style>
border-color css
<style>
span { border-color: #DDD816; }
span { border-color: rgb(221,216,22); }
td.TdClassName
{
border-color: #DDD816;
}
.TagClassName
{
border-color: #DDD816;
}
</style>