Shades of Barberry #DED019
Tints of Barberry #DED019
RGB
CMYK
RGB Variations
Color information
#DED019 (or 0xDED019) is known color: Barberry. HEX triplet: DE, D0 and 19. RGB value is (222,208,25). Sum of RGB (Red+Green+Blue) = 222+208+25=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DED019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED019 is #212FE6. Grayscale: #C0C0C0. Windows color (decimal): -2174951 or 1691870. OLE color: 1691870.
HSL color Cylindrical-coordinate representation of color #DED019: hue angle of 55.74º 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 #DED019 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 25 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.13 |
| HSL | 55.74º | 0.8% | 0.48% | - |
| HSV(B) | 55.74º | 0.89% | 0.87% | - |
| XYZ | 52.86 | 60.71 | 9.85 | - |
| YUV | 191.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 25 | 0 | 0.06 | 0.89 | 0.13 | 55.74 | 0.8 | 0.48 |
| Hex | DE | D0 | 19 | 0 | 6 | 59 | D | 38 | 50 | 30 |
| Octal | 336 | 320 | 31 | 0 | 6 | 131 | 15 | 70 | 120 | 60 |
| Binary | 11011110 | 11010000 | 11001 | 0 | 110 | 1011001 | 1101 | 111000 | 1010000 | 110000 |
Color Harmonies of #DED019
Complementary color
Monochromatic Colors of #DED019
Black with #DED019
Text Example
Text Example
White with #DED019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED019; }
p { color: rgb(222,208,25); }
H1.HeaderClassName
{
color: #DED019;
}
.AnyTagClassName
{
color: #DED019;
}
</style>
background-color css
<style>
a { background-color: #DED019; }
a { background-color: rgb(222,208,25); }
div.DivClassName
{
background-color: #DED019;
}
.BgClassName
{
background-color: #DED019;
}
</style>
border-color css
<style>
span { border-color: #DED019; }
span { border-color: rgb(222,208,25); }
td.TdClassName
{
border-color: #DED019;
}
.TagClassName
{
border-color: #DED019;
}
</style>