Shades of Barberry #DED817
Tints of Barberry #DED817
RGB
CMYK
RGB Variations
Color information
#DED817 (or 0xDED817) is known color: Barberry. HEX triplet: DE, D8 and 17. RGB value is (222,216,23). Sum of RGB (Red+Green+Blue) = 222+216+23=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DED817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED817 is #2127E8. Grayscale: #C4C4C4. Windows color (decimal): -2172905 or 1562846. OLE color: 1562846.
HSL color Cylindrical-coordinate representation of color #DED817: hue angle of 58.19º 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 #DED817 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.13 |
| HSL | 58.19º | 0.81% | 0.48% | - |
| HSV(B) | 58.19º | 0.9% | 0.87% | - |
| XYZ | 54.83 | 64.7 | 10.41 | - |
| YUV | 195.79 | 30.49 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 23 | 0 | 0.03 | 0.90 | 0.13 | 58.19 | 0.81 | 0.48 |
| Hex | DE | D8 | 17 | 0 | 3 | 5A | D | 3A | 51 | 30 |
| Octal | 336 | 330 | 27 | 0 | 3 | 132 | 15 | 72 | 121 | 60 |
| Binary | 11011110 | 11011000 | 10111 | 0 | 11 | 1011010 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DED817
Complementary color
Monochromatic Colors of #DED817
Black with #DED817
Text Example
Text Example
White with #DED817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED817; }
p { color: rgb(222,216,23); }
H1.HeaderClassName
{
color: #DED817;
}
.AnyTagClassName
{
color: #DED817;
}
</style>
background-color css
<style>
a { background-color: #DED817; }
a { background-color: rgb(222,216,23); }
div.DivClassName
{
background-color: #DED817;
}
.BgClassName
{
background-color: #DED817;
}
</style>
border-color css
<style>
span { border-color: #DED817; }
span { border-color: rgb(222,216,23); }
td.TdClassName
{
border-color: #DED817;
}
.TagClassName
{
border-color: #DED817;
}
</style>