Shades of Barberry #DED80E
Tints of Barberry #DED80E
RGB
CMYK
RGB Variations
Color information
#DED80E (or 0xDED80E) is known color: Barberry. HEX triplet: DE, D8 and 0E. RGB value is (222,216,14). Sum of RGB (Red+Green+Blue) = 222+216+14=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED80E is #2127F1. Grayscale: #C3C3C3. Windows color (decimal): -2172914 or 973022. OLE color: 973022.
HSL color Cylindrical-coordinate representation of color #DED80E: hue angle of 58.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DED80E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.13 |
| HSL | 58.27º | 0.88% | 0.46% | - |
| HSV(B) | 58.27º | 0.94% | 0.87% | - |
| XYZ | 54.76 | 64.67 | 10.01 | - |
| YUV | 194.77 | 25.99 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 14 | 0 | 0.03 | 0.94 | 0.13 | 58.27 | 0.88 | 0.46 |
| Hex | DE | D8 | E | 0 | 3 | 5E | D | 3A | 58 | 2E |
| Octal | 336 | 330 | 16 | 0 | 3 | 136 | 15 | 72 | 130 | 56 |
| Binary | 11011110 | 11011000 | 1110 | 0 | 11 | 1011110 | 1101 | 111010 | 1011000 | 101110 |
Color Harmonies of #DED80E
Complementary color
Monochromatic Colors of #DED80E
Black with #DED80E
Text Example
Text Example
White with #DED80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED80E; }
p { color: rgb(222,216,14); }
H1.HeaderClassName
{
color: #DED80E;
}
.AnyTagClassName
{
color: #DED80E;
}
</style>
background-color css
<style>
a { background-color: #DED80E; }
a { background-color: rgb(222,216,14); }
div.DivClassName
{
background-color: #DED80E;
}
.BgClassName
{
background-color: #DED80E;
}
</style>
border-color css
<style>
span { border-color: #DED80E; }
span { border-color: rgb(222,216,14); }
td.TdClassName
{
border-color: #DED80E;
}
.TagClassName
{
border-color: #DED80E;
}
</style>