Shades of Barberry #DED519
Tints of Barberry #DED519
RGB
CMYK
RGB Variations
Color information
#DED519 (or 0xDED519) is known color: Barberry. HEX triplet: DE, D5 and 19. RGB value is (222,213,25). Sum of RGB (Red+Green+Blue) = 222+213+25=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED519 is #212AE6. Grayscale: #C3C3C3. Windows color (decimal): -2173671 or 1693150. OLE color: 1693150.
HSL color Cylindrical-coordinate representation of color #DED519: hue angle of 57.26º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DED519 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 25 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.13 |
| HSL | 57.26º | 0.8% | 0.48% | - |
| HSV(B) | 57.26º | 0.89% | 0.87% | - |
| XYZ | 54.09 | 63.19 | 10.27 | - |
| YUV | 194.26 | 32.48 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 25 | 0 | 0.04 | 0.89 | 0.13 | 57.26 | 0.8 | 0.48 |
| Hex | DE | D5 | 19 | 0 | 4 | 59 | D | 39 | 50 | 30 |
| Octal | 336 | 325 | 31 | 0 | 4 | 131 | 15 | 71 | 120 | 60 |
| Binary | 11011110 | 11010101 | 11001 | 0 | 100 | 1011001 | 1101 | 111001 | 1010000 | 110000 |
Color Harmonies of #DED519
Complementary color
Monochromatic Colors of #DED519
Black with #DED519
Text Example
Text Example
White with #DED519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED519; }
p { color: rgb(222,213,25); }
H1.HeaderClassName
{
color: #DED519;
}
.AnyTagClassName
{
color: #DED519;
}
</style>
background-color css
<style>
a { background-color: #DED519; }
a { background-color: rgb(222,213,25); }
div.DivClassName
{
background-color: #DED519;
}
.BgClassName
{
background-color: #DED519;
}
</style>
border-color css
<style>
span { border-color: #DED519; }
span { border-color: rgb(222,213,25); }
td.TdClassName
{
border-color: #DED519;
}
.TagClassName
{
border-color: #DED519;
}
</style>