Shades of Barberry #DED719
Tints of Barberry #DED719
RGB
CMYK
RGB Variations
Color information
#DED719 (or 0xDED719) is known color: Barberry. HEX triplet: DE, D7 and 19. RGB value is (222,215,25). Sum of RGB (Red+Green+Blue) = 222+215+25=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DED719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED719 is #2128E6. Grayscale: #C4C4C4. Windows color (decimal): -2173159 or 1693662. OLE color: 1693662.
HSL color Cylindrical-coordinate representation of color #DED719: hue angle of 57.87º 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 #DED719 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 25 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.13 |
| HSL | 57.87º | 0.8% | 0.48% | - |
| HSV(B) | 57.87º | 0.89% | 0.87% | - |
| XYZ | 54.6 | 64.2 | 10.43 | - |
| YUV | 195.43 | 31.82 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 25 | 0 | 0.03 | 0.89 | 0.13 | 57.87 | 0.8 | 0.48 |
| Hex | DE | D7 | 19 | 0 | 3 | 59 | D | 3A | 50 | 30 |
| Octal | 336 | 327 | 31 | 0 | 3 | 131 | 15 | 72 | 120 | 60 |
| Binary | 11011110 | 11010111 | 11001 | 0 | 11 | 1011001 | 1101 | 111010 | 1010000 | 110000 |
Color Harmonies of #DED719
Complementary color
Monochromatic Colors of #DED719
Black with #DED719
Text Example
Text Example
White with #DED719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED719; }
p { color: rgb(222,215,25); }
H1.HeaderClassName
{
color: #DED719;
}
.AnyTagClassName
{
color: #DED719;
}
</style>
background-color css
<style>
a { background-color: #DED719; }
a { background-color: rgb(222,215,25); }
div.DivClassName
{
background-color: #DED719;
}
.BgClassName
{
background-color: #DED719;
}
</style>
border-color css
<style>
span { border-color: #DED719; }
span { border-color: rgb(222,215,25); }
td.TdClassName
{
border-color: #DED719;
}
.TagClassName
{
border-color: #DED719;
}
</style>