Shades of Barberry #DED915
Tints of Barberry #DED915
RGB
CMYK
RGB Variations
Color information
#DED915 (or 0xDED915) is known color: Barberry. HEX triplet: DE, D9 and 15. RGB value is (222,217,21). Sum of RGB (Red+Green+Blue) = 222+217+21=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED915 is #2126EA. Grayscale: #C4C4C4. Windows color (decimal): -2172651 or 1432030. OLE color: 1432030.
HSL color Cylindrical-coordinate representation of color #DED915: hue angle of 58.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DED915 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.13 |
| HSL | 58.51º | 0.83% | 0.48% | - |
| HSV(B) | 58.51º | 0.91% | 0.87% | - |
| XYZ | 55.07 | 65.21 | 10.39 | - |
| YUV | 196.15 | 29.16 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 21 | 0 | 0.02 | 0.91 | 0.13 | 58.51 | 0.83 | 0.48 |
| Hex | DE | D9 | 15 | 0 | 2 | 5B | D | 3B | 53 | 30 |
| Octal | 336 | 331 | 25 | 0 | 2 | 133 | 15 | 73 | 123 | 60 |
| Binary | 11011110 | 11011001 | 10101 | 0 | 10 | 1011011 | 1101 | 111011 | 1010011 | 110000 |
Color Harmonies of #DED915
Complementary color
Monochromatic Colors of #DED915
Black with #DED915
Text Example
Text Example
White with #DED915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED915; }
p { color: rgb(222,217,21); }
H1.HeaderClassName
{
color: #DED915;
}
.AnyTagClassName
{
color: #DED915;
}
</style>
background-color css
<style>
a { background-color: #DED915; }
a { background-color: rgb(222,217,21); }
div.DivClassName
{
background-color: #DED915;
}
.BgClassName
{
background-color: #DED915;
}
</style>
border-color css
<style>
span { border-color: #DED915; }
span { border-color: rgb(222,217,21); }
td.TdClassName
{
border-color: #DED915;
}
.TagClassName
{
border-color: #DED915;
}
</style>