Shades of Barberry #DED414
Tints of Barberry #DED414
RGB
CMYK
RGB Variations
Color information
#DED414 (or 0xDED414) is known color: Barberry. HEX triplet: DE, D4 and 14. RGB value is (222,212,20). Sum of RGB (Red+Green+Blue) = 222+212+20=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED414 is #212BEB. Grayscale: #C1C1C1. Windows color (decimal): -2173932 or 1365214. OLE color: 1365214.
HSL color Cylindrical-coordinate representation of color #DED414: hue angle of 57.03º 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 #DED414 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 20 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.13 |
| HSL | 57.03º | 0.83% | 0.47% | - |
| HSV(B) | 57.03º | 0.91% | 0.87% | - |
| XYZ | 53.79 | 62.67 | 9.92 | - |
| YUV | 193.1 | 30.31 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 20 | 0 | 0.05 | 0.91 | 0.13 | 57.03 | 0.83 | 0.47 |
| Hex | DE | D4 | 14 | 0 | 5 | 5B | D | 39 | 53 | 2F |
| Octal | 336 | 324 | 24 | 0 | 5 | 133 | 15 | 71 | 123 | 57 |
| Binary | 11011110 | 11010100 | 10100 | 0 | 101 | 1011011 | 1101 | 111001 | 1010011 | 101111 |
Color Harmonies of #DED414
Complementary color
Monochromatic Colors of #DED414
Black with #DED414
Text Example
Text Example
White with #DED414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED414; }
p { color: rgb(222,212,20); }
H1.HeaderClassName
{
color: #DED414;
}
.AnyTagClassName
{
color: #DED414;
}
</style>
background-color css
<style>
a { background-color: #DED414; }
a { background-color: rgb(222,212,20); }
div.DivClassName
{
background-color: #DED414;
}
.BgClassName
{
background-color: #DED414;
}
</style>
border-color css
<style>
span { border-color: #DED414; }
span { border-color: rgb(222,212,20); }
td.TdClassName
{
border-color: #DED414;
}
.TagClassName
{
border-color: #DED414;
}
</style>