Shades of Barberry #DED911
Tints of Barberry #DED911
RGB
CMYK
RGB Variations
Color information
#DED911 (or 0xDED911) is known color: Barberry. HEX triplet: DE, D9 and 11. RGB value is (222,217,17). Sum of RGB (Red+Green+Blue) = 222+217+17=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DED911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED911 is #2126EE. Grayscale: #C4C4C4. Windows color (decimal): -2172655 or 1169886. OLE color: 1169886.
HSL color Cylindrical-coordinate representation of color #DED911: hue angle of 58.54º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DED911 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.13 |
| HSL | 58.54º | 0.86% | 0.47% | - |
| HSV(B) | 58.54º | 0.92% | 0.87% | - |
| XYZ | 55.04 | 65.2 | 10.21 | - |
| YUV | 195.7 | 27.16 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 17 | 0 | 0.02 | 0.92 | 0.13 | 58.54 | 0.86 | 0.47 |
| Hex | DE | D9 | 11 | 0 | 2 | 5C | D | 3B | 56 | 2F |
| Octal | 336 | 331 | 21 | 0 | 2 | 134 | 15 | 73 | 126 | 57 |
| Binary | 11011110 | 11011001 | 10001 | 0 | 10 | 1011100 | 1101 | 111011 | 1010110 | 101111 |
Color Harmonies of #DED911
Complementary color
Monochromatic Colors of #DED911
Black with #DED911
Text Example
Text Example
White with #DED911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED911; }
p { color: rgb(222,217,17); }
H1.HeaderClassName
{
color: #DED911;
}
.AnyTagClassName
{
color: #DED911;
}
</style>
background-color css
<style>
a { background-color: #DED911; }
a { background-color: rgb(222,217,17); }
div.DivClassName
{
background-color: #DED911;
}
.BgClassName
{
background-color: #DED911;
}
</style>
border-color css
<style>
span { border-color: #DED911; }
span { border-color: rgb(222,217,17); }
td.TdClassName
{
border-color: #DED911;
}
.TagClassName
{
border-color: #DED911;
}
</style>