Shades of Barberry #DED516
Tints of Barberry #DED516
RGB
CMYK
RGB Variations
Color information
#DED516 (or 0xDED516) is known color: Barberry. HEX triplet: DE, D5 and 16. RGB value is (222,213,22). Sum of RGB (Red+Green+Blue) = 222+213+22=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DED516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED516 is #212AE9. Grayscale: #C2C2C2. Windows color (decimal): -2173674 or 1496542. OLE color: 1496542.
HSL color Cylindrical-coordinate representation of color #DED516: hue angle of 57.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DED516 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 22 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.13 |
| HSL | 57.3º | 0.82% | 0.48% | - |
| HSV(B) | 57.3º | 0.9% | 0.87% | - |
| XYZ | 54.06 | 63.18 | 10.1 | - |
| YUV | 193.92 | 30.98 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 22 | 0 | 0.04 | 0.90 | 0.13 | 57.3 | 0.82 | 0.48 |
| Hex | DE | D5 | 16 | 0 | 4 | 5A | D | 39 | 52 | 30 |
| Octal | 336 | 325 | 26 | 0 | 4 | 132 | 15 | 71 | 122 | 60 |
| Binary | 11011110 | 11010101 | 10110 | 0 | 100 | 1011010 | 1101 | 111001 | 1010010 | 110000 |
Color Harmonies of #DED516
Complementary color
Monochromatic Colors of #DED516
Black with #DED516
Text Example
Text Example
White with #DED516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED516; }
p { color: rgb(222,213,22); }
H1.HeaderClassName
{
color: #DED516;
}
.AnyTagClassName
{
color: #DED516;
}
</style>
background-color css
<style>
a { background-color: #DED516; }
a { background-color: rgb(222,213,22); }
div.DivClassName
{
background-color: #DED516;
}
.BgClassName
{
background-color: #DED516;
}
</style>
border-color css
<style>
span { border-color: #DED516; }
span { border-color: rgb(222,213,22); }
td.TdClassName
{
border-color: #DED516;
}
.TagClassName
{
border-color: #DED516;
}
</style>