Shades of Barberry #DDD817
Tints of Barberry #DDD817
RGB
CMYK
RGB Variations
Color information
#DDD817 (or 0xDDD817) is known color: Barberry. HEX triplet: DD, D8 and 17. RGB value is (221,216,23). Sum of RGB (Red+Green+Blue) = 221+216+23=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 23 (9.38% from 255 or 5% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD817 is #2227E8. Grayscale: #C4C4C4. Windows color (decimal): -2238441 or 1562845. OLE color: 1562845.
HSL color Cylindrical-coordinate representation of color #DDD817: hue angle of 58.48º 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 #DDD817 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 23 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.13 |
| HSL | 58.48º | 0.81% | 0.48% | - |
| HSV(B) | 58.48º | 0.9% | 0.87% | - |
| XYZ | 54.53 | 64.55 | 10.4 | - |
| YUV | 195.49 | 30.66 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 23 | 0 | 0.02 | 0.90 | 0.13 | 58.48 | 0.81 | 0.48 |
| Hex | DD | D8 | 17 | 0 | 2 | 5A | D | 3A | 51 | 30 |
| Octal | 335 | 330 | 27 | 0 | 2 | 132 | 15 | 72 | 121 | 60 |
| Binary | 11011101 | 11011000 | 10111 | 0 | 10 | 1011010 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DDD817
Complementary color
Monochromatic Colors of #DDD817
Black with #DDD817
Text Example
Text Example
White with #DDD817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD817; }
p { color: rgb(221,216,23); }
H1.HeaderClassName
{
color: #DDD817;
}
.AnyTagClassName
{
color: #DDD817;
}
</style>
background-color css
<style>
a { background-color: #DDD817; }
a { background-color: rgb(221,216,23); }
div.DivClassName
{
background-color: #DDD817;
}
.BgClassName
{
background-color: #DDD817;
}
</style>
border-color css
<style>
span { border-color: #DDD817; }
span { border-color: rgb(221,216,23); }
td.TdClassName
{
border-color: #DDD817;
}
.TagClassName
{
border-color: #DDD817;
}
</style>