Shades of Barberry #DDD117
Tints of Barberry #DDD117
RGB
CMYK
RGB Variations
Color information
#DDD117 (or 0xDDD117) is known color: Barberry. HEX triplet: DD, D1 and 17. RGB value is (221,209,23). Sum of RGB (Red+Green+Blue) = 221+209+23=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD117 is #222EE8. Grayscale: #C0C0C0. Windows color (decimal): -2240233 or 1561053. OLE color: 1561053.
HSL color Cylindrical-coordinate representation of color #DDD117: hue angle of 56.36º 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 #DDD117 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.13 |
| HSL | 56.36º | 0.81% | 0.48% | - |
| HSV(B) | 56.36º | 0.9% | 0.87% | - |
| XYZ | 52.77 | 61.03 | 9.81 | - |
| YUV | 191.38 | 32.98 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 23 | 0 | 0.05 | 0.90 | 0.13 | 56.36 | 0.81 | 0.48 |
| Hex | DD | D1 | 17 | 0 | 5 | 5A | D | 38 | 51 | 30 |
| Octal | 335 | 321 | 27 | 0 | 5 | 132 | 15 | 70 | 121 | 60 |
| Binary | 11011101 | 11010001 | 10111 | 0 | 101 | 1011010 | 1101 | 111000 | 1010001 | 110000 |
Color Harmonies of #DDD117
Complementary color
Monochromatic Colors of #DDD117
Black with #DDD117
Text Example
Text Example
White with #DDD117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD117; }
p { color: rgb(221,209,23); }
H1.HeaderClassName
{
color: #DDD117;
}
.AnyTagClassName
{
color: #DDD117;
}
</style>
background-color css
<style>
a { background-color: #DDD117; }
a { background-color: rgb(221,209,23); }
div.DivClassName
{
background-color: #DDD117;
}
.BgClassName
{
background-color: #DDD117;
}
</style>
border-color css
<style>
span { border-color: #DDD117; }
span { border-color: rgb(221,209,23); }
td.TdClassName
{
border-color: #DDD117;
}
.TagClassName
{
border-color: #DDD117;
}
</style>