Shades of Barberry #DED511
Tints of Barberry #DED511
RGB
CMYK
RGB Variations
Color information
#DED511 (or 0xDED511) is known color: Barberry. HEX triplet: DE, D5 and 11. RGB value is (222,213,17). Sum of RGB (Red+Green+Blue) = 222+213+17=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED511 is #212AEE. Grayscale: #C2C2C2. Windows color (decimal): -2173679 or 1168862. OLE color: 1168862.
HSL color Cylindrical-coordinate representation of color #DED511: hue angle of 57.37º 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 #DED511 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 17 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.13 |
| HSL | 57.37º | 0.86% | 0.47% | - |
| HSV(B) | 57.37º | 0.92% | 0.87% | - |
| XYZ | 54.02 | 63.16 | 9.87 | - |
| YUV | 193.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 17 | 0 | 0.04 | 0.92 | 0.13 | 57.37 | 0.86 | 0.47 |
| Hex | DE | D5 | 11 | 0 | 4 | 5C | D | 39 | 56 | 2F |
| Octal | 336 | 325 | 21 | 0 | 4 | 134 | 15 | 71 | 126 | 57 |
| Binary | 11011110 | 11010101 | 10001 | 0 | 100 | 1011100 | 1101 | 111001 | 1010110 | 101111 |
Color Harmonies of #DED511
Complementary color
Monochromatic Colors of #DED511
Black with #DED511
Text Example
Text Example
White with #DED511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED511; }
p { color: rgb(222,213,17); }
H1.HeaderClassName
{
color: #DED511;
}
.AnyTagClassName
{
color: #DED511;
}
</style>
background-color css
<style>
a { background-color: #DED511; }
a { background-color: rgb(222,213,17); }
div.DivClassName
{
background-color: #DED511;
}
.BgClassName
{
background-color: #DED511;
}
</style>
border-color css
<style>
span { border-color: #DED511; }
span { border-color: rgb(222,213,17); }
td.TdClassName
{
border-color: #DED511;
}
.TagClassName
{
border-color: #DED511;
}
</style>