Shades of Barberry #DED215
Tints of Barberry #DED215
RGB
CMYK
RGB Variations
Color information
#DED215 (or 0xDED215) is known color: Barberry. HEX triplet: DE, D2 and 15. RGB value is (222,210,21). Sum of RGB (Red+Green+Blue) = 222+210+21=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED215 is #212DEA. Grayscale: #C0C0C0. Windows color (decimal): -2174443 or 1430238. OLE color: 1430238.
HSL color Cylindrical-coordinate representation of color #DED215: hue angle of 56.42º 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 #DED215 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 21 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.13 |
| HSL | 56.42º | 0.83% | 0.48% | - |
| HSV(B) | 56.42º | 0.91% | 0.87% | - |
| XYZ | 53.31 | 61.68 | 9.8 | - |
| YUV | 192.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 21 | 0 | 0.05 | 0.91 | 0.13 | 56.42 | 0.83 | 0.48 |
| Hex | DE | D2 | 15 | 0 | 5 | 5B | D | 38 | 53 | 30 |
| Octal | 336 | 322 | 25 | 0 | 5 | 133 | 15 | 70 | 123 | 60 |
| Binary | 11011110 | 11010010 | 10101 | 0 | 101 | 1011011 | 1101 | 111000 | 1010011 | 110000 |
Color Harmonies of #DED215
Complementary color
Monochromatic Colors of #DED215
Black with #DED215
Text Example
Text Example
White with #DED215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED215; }
p { color: rgb(222,210,21); }
H1.HeaderClassName
{
color: #DED215;
}
.AnyTagClassName
{
color: #DED215;
}
</style>
background-color css
<style>
a { background-color: #DED215; }
a { background-color: rgb(222,210,21); }
div.DivClassName
{
background-color: #DED215;
}
.BgClassName
{
background-color: #DED215;
}
</style>
border-color css
<style>
span { border-color: #DED215; }
span { border-color: rgb(222,210,21); }
td.TdClassName
{
border-color: #DED215;
}
.TagClassName
{
border-color: #DED215;
}
</style>