Shades of Barberry #DED214
Tints of Barberry #DED214
RGB
CMYK
RGB Variations
Color information
#DED214 (or 0xDED214) is known color: Barberry. HEX triplet: DE, D2 and 14. RGB value is (222,210,20). Sum of RGB (Red+Green+Blue) = 222+210+20=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED214 is #212DEB. Grayscale: #C0C0C0. Windows color (decimal): -2174444 or 1364702. OLE color: 1364702.
HSL color Cylindrical-coordinate representation of color #DED214: hue angle of 56.44º 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 #DED214 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 20 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.13 |
| HSL | 56.44º | 0.83% | 0.47% | - |
| HSV(B) | 56.44º | 0.91% | 0.87% | - |
| XYZ | 53.3 | 61.67 | 9.76 | - |
| YUV | 191.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 20 | 0 | 0.05 | 0.91 | 0.13 | 56.44 | 0.83 | 0.47 |
| Hex | DE | D2 | 14 | 0 | 5 | 5B | D | 38 | 53 | 2F |
| Octal | 336 | 322 | 24 | 0 | 5 | 133 | 15 | 70 | 123 | 57 |
| Binary | 11011110 | 11010010 | 10100 | 0 | 101 | 1011011 | 1101 | 111000 | 1010011 | 101111 |
Color Harmonies of #DED214
Complementary color
Monochromatic Colors of #DED214
Black with #DED214
Text Example
Text Example
White with #DED214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED214; }
p { color: rgb(222,210,20); }
H1.HeaderClassName
{
color: #DED214;
}
.AnyTagClassName
{
color: #DED214;
}
</style>
background-color css
<style>
a { background-color: #DED214; }
a { background-color: rgb(222,210,20); }
div.DivClassName
{
background-color: #DED214;
}
.BgClassName
{
background-color: #DED214;
}
</style>
border-color css
<style>
span { border-color: #DED214; }
span { border-color: rgb(222,210,20); }
td.TdClassName
{
border-color: #DED214;
}
.TagClassName
{
border-color: #DED214;
}
</style>