Shades of Barberry #DED717
Tints of Barberry #DED717
RGB
CMYK
RGB Variations
Color information
#DED717 (or 0xDED717) is known color: Barberry. HEX triplet: DE, D7 and 17. RGB value is (222,215,23). Sum of RGB (Red+Green+Blue) = 222+215+23=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 23 (9.38% from 255 or 5% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED717 is #2128E8. Grayscale: #C3C3C3. Windows color (decimal): -2173161 or 1562590. OLE color: 1562590.
HSL color Cylindrical-coordinate representation of color #DED717: hue angle of 57.89º 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 #DED717 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.13 |
| HSL | 57.89º | 0.81% | 0.48% | - |
| HSV(B) | 57.89º | 0.9% | 0.87% | - |
| XYZ | 54.58 | 64.19 | 10.32 | - |
| YUV | 195.21 | 30.82 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 23 | 0 | 0.03 | 0.90 | 0.13 | 57.89 | 0.81 | 0.48 |
| Hex | DE | D7 | 17 | 0 | 3 | 5A | D | 3A | 51 | 30 |
| Octal | 336 | 327 | 27 | 0 | 3 | 132 | 15 | 72 | 121 | 60 |
| Binary | 11011110 | 11010111 | 10111 | 0 | 11 | 1011010 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DED717
Complementary color
Monochromatic Colors of #DED717
Black with #DED717
Text Example
Text Example
White with #DED717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED717; }
p { color: rgb(222,215,23); }
H1.HeaderClassName
{
color: #DED717;
}
.AnyTagClassName
{
color: #DED717;
}
</style>
background-color css
<style>
a { background-color: #DED717; }
a { background-color: rgb(222,215,23); }
div.DivClassName
{
background-color: #DED717;
}
.BgClassName
{
background-color: #DED717;
}
</style>
border-color css
<style>
span { border-color: #DED717; }
span { border-color: rgb(222,215,23); }
td.TdClassName
{
border-color: #DED717;
}
.TagClassName
{
border-color: #DED717;
}
</style>