Shades of Barberry #DED810
Tints of Barberry #DED810
RGB
CMYK
RGB Variations
Color information
#DED810 (or 0xDED810) is known color: Barberry. HEX triplet: DE, D8 and 10. RGB value is (222,216,16). Sum of RGB (Red+Green+Blue) = 222+216+16=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED810 is #2127EF. Grayscale: #C3C3C3. Windows color (decimal): -2172912 or 1104094. OLE color: 1104094.
HSL color Cylindrical-coordinate representation of color #DED810: hue angle of 58.25º 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 #DED810 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.13 |
| HSL | 58.25º | 0.87% | 0.47% | - |
| HSV(B) | 58.25º | 0.93% | 0.87% | - |
| XYZ | 54.77 | 64.68 | 10.09 | - |
| YUV | 194.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 16 | 0 | 0.03 | 0.93 | 0.13 | 58.25 | 0.87 | 0.47 |
| Hex | DE | D8 | 10 | 0 | 3 | 5D | D | 3A | 57 | 2F |
| Octal | 336 | 330 | 20 | 0 | 3 | 135 | 15 | 72 | 127 | 57 |
| Binary | 11011110 | 11011000 | 10000 | 0 | 11 | 1011101 | 1101 | 111010 | 1010111 | 101111 |
Color Harmonies of #DED810
Complementary color
Monochromatic Colors of #DED810
Black with #DED810
Text Example
Text Example
White with #DED810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED810; }
p { color: rgb(222,216,16); }
H1.HeaderClassName
{
color: #DED810;
}
.AnyTagClassName
{
color: #DED810;
}
</style>
background-color css
<style>
a { background-color: #DED810; }
a { background-color: rgb(222,216,16); }
div.DivClassName
{
background-color: #DED810;
}
.BgClassName
{
background-color: #DED810;
}
</style>
border-color css
<style>
span { border-color: #DED810; }
span { border-color: rgb(222,216,16); }
td.TdClassName
{
border-color: #DED810;
}
.TagClassName
{
border-color: #DED810;
}
</style>