Shades of Barberry #DED617
Tints of Barberry #DED617
RGB
CMYK
RGB Variations
Color information
#DED617 (or 0xDED617) is known color: Barberry. HEX triplet: DE, D6 and 17. RGB value is (222,214,23). Sum of RGB (Red+Green+Blue) = 222+214+23=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 23 (9.38% from 255 or 5.01% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED617 is #2129E8. Grayscale: #C3C3C3. Windows color (decimal): -2173417 or 1562334. OLE color: 1562334.
HSL color Cylindrical-coordinate representation of color #DED617: hue angle of 57.59º 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 #DED617 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.13 |
| HSL | 57.59º | 0.81% | 0.48% | - |
| HSV(B) | 57.59º | 0.9% | 0.87% | - |
| XYZ | 54.33 | 63.68 | 10.24 | - |
| YUV | 194.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 23 | 0 | 0.04 | 0.90 | 0.13 | 57.59 | 0.81 | 0.48 |
| Hex | DE | D6 | 17 | 0 | 4 | 5A | D | 3A | 51 | 30 |
| Octal | 336 | 326 | 27 | 0 | 4 | 132 | 15 | 72 | 121 | 60 |
| Binary | 11011110 | 11010110 | 10111 | 0 | 100 | 1011010 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DED617
Complementary color
Monochromatic Colors of #DED617
Black with #DED617
Text Example
Text Example
White with #DED617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED617; }
p { color: rgb(222,214,23); }
H1.HeaderClassName
{
color: #DED617;
}
.AnyTagClassName
{
color: #DED617;
}
</style>
background-color css
<style>
a { background-color: #DED617; }
a { background-color: rgb(222,214,23); }
div.DivClassName
{
background-color: #DED617;
}
.BgClassName
{
background-color: #DED617;
}
</style>
border-color css
<style>
span { border-color: #DED617; }
span { border-color: rgb(222,214,23); }
td.TdClassName
{
border-color: #DED617;
}
.TagClassName
{
border-color: #DED617;
}
</style>