Shades of Barberry #DED711
Tints of Barberry #DED711
RGB
CMYK
RGB Variations
Color information
#DED711 (or 0xDED711) is known color: Barberry. HEX triplet: DE, D7 and 11. RGB value is (222,215,17). Sum of RGB (Red+Green+Blue) = 222+215+17=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED711 is #2128EE. Grayscale: #C3C3C3. Windows color (decimal): -2173167 or 1169374. OLE color: 1169374.
HSL color Cylindrical-coordinate representation of color #DED711: hue angle of 57.95º 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 #DED711 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 17 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.13 |
| HSL | 57.95º | 0.86% | 0.47% | - |
| HSV(B) | 57.95º | 0.92% | 0.87% | - |
| XYZ | 54.53 | 64.17 | 10.04 | - |
| YUV | 194.52 | 27.82 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 17 | 0 | 0.03 | 0.92 | 0.13 | 57.95 | 0.86 | 0.47 |
| Hex | DE | D7 | 11 | 0 | 3 | 5C | D | 3A | 56 | 2F |
| Octal | 336 | 327 | 21 | 0 | 3 | 134 | 15 | 72 | 126 | 57 |
| Binary | 11011110 | 11010111 | 10001 | 0 | 11 | 1011100 | 1101 | 111010 | 1010110 | 101111 |
Color Harmonies of #DED711
Complementary color
Monochromatic Colors of #DED711
Black with #DED711
Text Example
Text Example
White with #DED711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED711; }
p { color: rgb(222,215,17); }
H1.HeaderClassName
{
color: #DED711;
}
.AnyTagClassName
{
color: #DED711;
}
</style>
background-color css
<style>
a { background-color: #DED711; }
a { background-color: rgb(222,215,17); }
div.DivClassName
{
background-color: #DED711;
}
.BgClassName
{
background-color: #DED711;
}
</style>
border-color css
<style>
span { border-color: #DED711; }
span { border-color: rgb(222,215,17); }
td.TdClassName
{
border-color: #DED711;
}
.TagClassName
{
border-color: #DED711;
}
</style>