Shades of Barberry #DED117
Tints of Barberry #DED117
RGB
CMYK
RGB Variations
Color information
#DED117 (or 0xDED117) is known color: Barberry. HEX triplet: DE, D1 and 17. RGB value is (222,209,23). Sum of RGB (Red+Green+Blue) = 222+209+23=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 23 (9.38% from 255 or 5.07% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED117 is #212EE8. Grayscale: #C0C0C0. Windows color (decimal): -2174697 or 1561054. OLE color: 1561054.
HSL color Cylindrical-coordinate representation of color #DED117: hue angle of 56.08º 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 #DED117 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 23 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.13 |
| HSL | 56.08º | 0.81% | 0.48% | - |
| HSV(B) | 56.08º | 0.9% | 0.87% | - |
| XYZ | 53.08 | 61.19 | 9.82 | - |
| YUV | 191.68 | 32.81 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 23 | 0 | 0.06 | 0.90 | 0.13 | 56.08 | 0.81 | 0.48 |
| Hex | DE | D1 | 17 | 0 | 6 | 5A | D | 38 | 51 | 30 |
| Octal | 336 | 321 | 27 | 0 | 6 | 132 | 15 | 70 | 121 | 60 |
| Binary | 11011110 | 11010001 | 10111 | 0 | 110 | 1011010 | 1101 | 111000 | 1010001 | 110000 |
Color Harmonies of #DED117
Complementary color
Monochromatic Colors of #DED117
Black with #DED117
Text Example
Text Example
White with #DED117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED117; }
p { color: rgb(222,209,23); }
H1.HeaderClassName
{
color: #DED117;
}
.AnyTagClassName
{
color: #DED117;
}
</style>
background-color css
<style>
a { background-color: #DED117; }
a { background-color: rgb(222,209,23); }
div.DivClassName
{
background-color: #DED117;
}
.BgClassName
{
background-color: #DED117;
}
</style>
border-color css
<style>
span { border-color: #DED117; }
span { border-color: rgb(222,209,23); }
td.TdClassName
{
border-color: #DED117;
}
.TagClassName
{
border-color: #DED117;
}
</style>