Shades of Barberry #DED022
Tints of Barberry #DED022
RGB
CMYK
RGB Variations
Color information
#DED022 (or 0xDED022) is known color: Barberry. HEX triplet: DE, D0 and 22. RGB value is (222,208,34). Sum of RGB (Red+Green+Blue) = 222+208+34=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DED022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED022 is #212FDD. Grayscale: #C1C1C1. Windows color (decimal): -2174942 or 2281694. OLE color: 2281694.
HSL color Cylindrical-coordinate representation of color #DED022: hue angle of 55.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DED022 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.13 |
| HSL | 55.53º | 0.74% | 0.5% | - |
| HSV(B) | 55.53º | 0.85% | 0.87% | - |
| XYZ | 52.97 | 60.76 | 10.45 | - |
| YUV | 192.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 34 | 0 | 0.06 | 0.85 | 0.13 | 55.53 | 0.74 | 0.5 |
| Hex | DE | D0 | 22 | 0 | 6 | 55 | D | 38 | 4A | 32 |
| Octal | 336 | 320 | 42 | 0 | 6 | 125 | 15 | 70 | 112 | 62 |
| Binary | 11011110 | 11010000 | 100010 | 0 | 110 | 1010101 | 1101 | 111000 | 1001010 | 110010 |
Color Harmonies of #DED022
Complementary color
Monochromatic Colors of #DED022
Black with #DED022
Text Example
Text Example
White with #DED022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED022; }
p { color: rgb(222,208,34); }
H1.HeaderClassName
{
color: #DED022;
}
.AnyTagClassName
{
color: #DED022;
}
</style>
background-color css
<style>
a { background-color: #DED022; }
a { background-color: rgb(222,208,34); }
div.DivClassName
{
background-color: #DED022;
}
.BgClassName
{
background-color: #DED022;
}
</style>
border-color css
<style>
span { border-color: #DED022; }
span { border-color: rgb(222,208,34); }
td.TdClassName
{
border-color: #DED022;
}
.TagClassName
{
border-color: #DED022;
}
</style>