Shades of Barberry #DED913
Tints of Barberry #DED913
RGB
CMYK
RGB Variations
Color information
#DED913 (or 0xDED913) is known color: Barberry. HEX triplet: DE, D9 and 13. RGB value is (222,217,19). Sum of RGB (Red+Green+Blue) = 222+217+19=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DED913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED913 is #2126EC. Grayscale: #C4C4C4. Windows color (decimal): -2172653 or 1300958. OLE color: 1300958.
HSL color Cylindrical-coordinate representation of color #DED913: hue angle of 58.52º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DED913 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 19 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.13 |
| HSL | 58.52º | 0.84% | 0.47% | - |
| HSV(B) | 58.52º | 0.91% | 0.87% | - |
| XYZ | 55.05 | 65.2 | 10.3 | - |
| YUV | 195.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 19 | 0 | 0.02 | 0.91 | 0.13 | 58.52 | 0.84 | 0.47 |
| Hex | DE | D9 | 13 | 0 | 2 | 5B | D | 3B | 54 | 2F |
| Octal | 336 | 331 | 23 | 0 | 2 | 133 | 15 | 73 | 124 | 57 |
| Binary | 11011110 | 11011001 | 10011 | 0 | 10 | 1011011 | 1101 | 111011 | 1010100 | 101111 |
Color Harmonies of #DED913
Complementary color
Monochromatic Colors of #DED913
Black with #DED913
Text Example
Text Example
White with #DED913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED913; }
p { color: rgb(222,217,19); }
H1.HeaderClassName
{
color: #DED913;
}
.AnyTagClassName
{
color: #DED913;
}
</style>
background-color css
<style>
a { background-color: #DED913; }
a { background-color: rgb(222,217,19); }
div.DivClassName
{
background-color: #DED913;
}
.BgClassName
{
background-color: #DED913;
}
</style>
border-color css
<style>
span { border-color: #DED913; }
span { border-color: rgb(222,217,19); }
td.TdClassName
{
border-color: #DED913;
}
.TagClassName
{
border-color: #DED913;
}
</style>