Shades of Barberry #DED410
Tints of Barberry #DED410
RGB
CMYK
RGB Variations
Color information
#DED410 (or 0xDED410) is known color: Barberry. HEX triplet: DE, D4 and 10. RGB value is (222,212,16). Sum of RGB (Red+Green+Blue) = 222+212+16=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED410 is #212BEF. Grayscale: #C1C1C1. Windows color (decimal): -2173936 or 1103070. OLE color: 1103070.
HSL color Cylindrical-coordinate representation of color #DED410: hue angle of 57.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DED410 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 16 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.13 |
| HSL | 57.09º | 0.87% | 0.47% | - |
| HSV(B) | 57.09º | 0.93% | 0.87% | - |
| XYZ | 53.76 | 62.65 | 9.75 | - |
| YUV | 192.65 | 28.31 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 16 | 0 | 0.05 | 0.93 | 0.13 | 57.09 | 0.87 | 0.47 |
| Hex | DE | D4 | 10 | 0 | 5 | 5D | D | 39 | 57 | 2F |
| Octal | 336 | 324 | 20 | 0 | 5 | 135 | 15 | 71 | 127 | 57 |
| Binary | 11011110 | 11010100 | 10000 | 0 | 101 | 1011101 | 1101 | 111001 | 1010111 | 101111 |
Color Harmonies of #DED410
Complementary color
Monochromatic Colors of #DED410
Black with #DED410
Text Example
Text Example
White with #DED410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED410; }
p { color: rgb(222,212,16); }
H1.HeaderClassName
{
color: #DED410;
}
.AnyTagClassName
{
color: #DED410;
}
</style>
background-color css
<style>
a { background-color: #DED410; }
a { background-color: rgb(222,212,16); }
div.DivClassName
{
background-color: #DED410;
}
.BgClassName
{
background-color: #DED410;
}
</style>
border-color css
<style>
span { border-color: #DED410; }
span { border-color: rgb(222,212,16); }
td.TdClassName
{
border-color: #DED410;
}
.TagClassName
{
border-color: #DED410;
}
</style>