Shades of Barberry #DED122
Tints of Barberry #DED122
RGB
CMYK
RGB Variations
Color information
#DED122 (or 0xDED122) is known color: Barberry. HEX triplet: DE, D1 and 22. RGB value is (222,209,34). Sum of RGB (Red+Green+Blue) = 222+209+34=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DED122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED122 is #212EDD. Grayscale: #C1C1C1. Windows color (decimal): -2174686 or 2281950. OLE color: 2281950.
HSL color Cylindrical-coordinate representation of color #DED122: hue angle of 55.85º 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 #DED122 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.13 |
| HSL | 55.85º | 0.74% | 0.5% | - |
| HSV(B) | 55.85º | 0.85% | 0.87% | - |
| XYZ | 53.21 | 61.25 | 10.53 | - |
| YUV | 192.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 34 | 0 | 0.06 | 0.85 | 0.13 | 55.85 | 0.74 | 0.5 |
| Hex | DE | D1 | 22 | 0 | 6 | 55 | D | 38 | 4A | 32 |
| Octal | 336 | 321 | 42 | 0 | 6 | 125 | 15 | 70 | 112 | 62 |
| Binary | 11011110 | 11010001 | 100010 | 0 | 110 | 1010101 | 1101 | 111000 | 1001010 | 110010 |
Color Harmonies of #DED122
Complementary color
Monochromatic Colors of #DED122
Black with #DED122
Text Example
Text Example
White with #DED122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED122; }
p { color: rgb(222,209,34); }
H1.HeaderClassName
{
color: #DED122;
}
.AnyTagClassName
{
color: #DED122;
}
</style>
background-color css
<style>
a { background-color: #DED122; }
a { background-color: rgb(222,209,34); }
div.DivClassName
{
background-color: #DED122;
}
.BgClassName
{
background-color: #DED122;
}
</style>
border-color css
<style>
span { border-color: #DED122; }
span { border-color: rgb(222,209,34); }
td.TdClassName
{
border-color: #DED122;
}
.TagClassName
{
border-color: #DED122;
}
</style>