Shades of Barberry #DED914
Tints of Barberry #DED914
RGB
CMYK
RGB Variations
Color information
#DED914 (or 0xDED914) is known color: Barberry. HEX triplet: DE, D9 and 14. RGB value is (222,217,20). Sum of RGB (Red+Green+Blue) = 222+217+20=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DED914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED914 is #2126EB. Grayscale: #C4C4C4. Windows color (decimal): -2172652 or 1366494. OLE color: 1366494.
HSL color Cylindrical-coordinate representation of color #DED914: hue angle of 58.51º degrees, saturation: 0.83, 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 #DED914 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 20 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.13 |
| HSL | 58.51º | 0.83% | 0.47% | - |
| HSV(B) | 58.51º | 0.91% | 0.87% | - |
| XYZ | 55.06 | 65.21 | 10.35 | - |
| YUV | 196.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 20 | 0 | 0.02 | 0.91 | 0.13 | 58.51 | 0.83 | 0.47 |
| Hex | DE | D9 | 14 | 0 | 2 | 5B | D | 3B | 53 | 2F |
| Octal | 336 | 331 | 24 | 0 | 2 | 133 | 15 | 73 | 123 | 57 |
| Binary | 11011110 | 11011001 | 10100 | 0 | 10 | 1011011 | 1101 | 111011 | 1010011 | 101111 |
Color Harmonies of #DED914
Complementary color
Monochromatic Colors of #DED914
Black with #DED914
Text Example
Text Example
White with #DED914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED914; }
p { color: rgb(222,217,20); }
H1.HeaderClassName
{
color: #DED914;
}
.AnyTagClassName
{
color: #DED914;
}
</style>
background-color css
<style>
a { background-color: #DED914; }
a { background-color: rgb(222,217,20); }
div.DivClassName
{
background-color: #DED914;
}
.BgClassName
{
background-color: #DED914;
}
</style>
border-color css
<style>
span { border-color: #DED914; }
span { border-color: rgb(222,217,20); }
td.TdClassName
{
border-color: #DED914;
}
.TagClassName
{
border-color: #DED914;
}
</style>