Shades of Barberry #DED81E
Tints of Barberry #DED81E
RGB
CMYK
RGB Variations
Color information
#DED81E (or 0xDED81E) is known color: Barberry. HEX triplet: DE, D8 and 1E. RGB value is (222,216,30). Sum of RGB (Red+Green+Blue) = 222+216+30=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED81E is #2127E1. Grayscale: #C5C5C5. Windows color (decimal): -2172898 or 2021598. OLE color: 2021598.
HSL color Cylindrical-coordinate representation of color #DED81E: hue angle of 58.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DED81E is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 30 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.13 |
| HSL | 58.13º | 0.76% | 0.49% | - |
| HSV(B) | 58.13º | 0.86% | 0.87% | - |
| XYZ | 54.91 | 64.74 | 10.83 | - |
| YUV | 196.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 30 | 0 | 0.03 | 0.86 | 0.13 | 58.13 | 0.76 | 0.49 |
| Hex | DE | D8 | 1E | 0 | 3 | 56 | D | 3A | 4C | 31 |
| Octal | 336 | 330 | 36 | 0 | 3 | 126 | 15 | 72 | 114 | 61 |
| Binary | 11011110 | 11011000 | 11110 | 0 | 11 | 1010110 | 1101 | 111010 | 1001100 | 110001 |
Color Harmonies of #DED81E
Complementary color
Monochromatic Colors of #DED81E
Black with #DED81E
Text Example
Text Example
White with #DED81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED81E; }
p { color: rgb(222,216,30); }
H1.HeaderClassName
{
color: #DED81E;
}
.AnyTagClassName
{
color: #DED81E;
}
</style>
background-color css
<style>
a { background-color: #DED81E; }
a { background-color: rgb(222,216,30); }
div.DivClassName
{
background-color: #DED81E;
}
.BgClassName
{
background-color: #DED81E;
}
</style>
border-color css
<style>
span { border-color: #DED81E; }
span { border-color: rgb(222,216,30); }
td.TdClassName
{
border-color: #DED81E;
}
.TagClassName
{
border-color: #DED81E;
}
</style>