Shades of Barberry #DED816
Tints of Barberry #DED816
RGB
CMYK
RGB Variations
Color information
#DED816 (or 0xDED816) is known color: Barberry. HEX triplet: DE, D8 and 16. RGB value is (222,216,22). Sum of RGB (Red+Green+Blue) = 222+216+22=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED816 is #2127E9. Grayscale: #C4C4C4. Windows color (decimal): -2172906 or 1497310. OLE color: 1497310.
HSL color Cylindrical-coordinate representation of color #DED816: hue angle of 58.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DED816 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 22 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.13 |
| HSL | 58.2º | 0.82% | 0.48% | - |
| HSV(B) | 58.2º | 0.9% | 0.87% | - |
| XYZ | 54.82 | 64.7 | 10.36 | - |
| YUV | 195.68 | 29.99 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 22 | 0 | 0.03 | 0.90 | 0.13 | 58.2 | 0.82 | 0.48 |
| Hex | DE | D8 | 16 | 0 | 3 | 5A | D | 3A | 52 | 30 |
| Octal | 336 | 330 | 26 | 0 | 3 | 132 | 15 | 72 | 122 | 60 |
| Binary | 11011110 | 11011000 | 10110 | 0 | 11 | 1011010 | 1101 | 111010 | 1010010 | 110000 |
Color Harmonies of #DED816
Complementary color
Monochromatic Colors of #DED816
Black with #DED816
Text Example
Text Example
White with #DED816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED816; }
p { color: rgb(222,216,22); }
H1.HeaderClassName
{
color: #DED816;
}
.AnyTagClassName
{
color: #DED816;
}
</style>
background-color css
<style>
a { background-color: #DED816; }
a { background-color: rgb(222,216,22); }
div.DivClassName
{
background-color: #DED816;
}
.BgClassName
{
background-color: #DED816;
}
</style>
border-color css
<style>
span { border-color: #DED816; }
span { border-color: rgb(222,216,22); }
td.TdClassName
{
border-color: #DED816;
}
.TagClassName
{
border-color: #DED816;
}
</style>