Shades of Barberry #DED322
Tints of Barberry #DED322
RGB
CMYK
RGB Variations
Color information
#DED322 (or 0xDED322) is known color: Barberry. HEX triplet: DE, D3 and 22. RGB value is (222,211,34). Sum of RGB (Red+Green+Blue) = 222+211+34=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DED322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED322 is #212CDD. Grayscale: #C2C2C2. Windows color (decimal): -2174174 or 2282462. OLE color: 2282462.
HSL color Cylindrical-coordinate representation of color #DED322: hue angle of 56.49º 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 #DED322 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 34 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.13 |
| HSL | 56.49º | 0.74% | 0.5% | - |
| HSV(B) | 56.49º | 0.85% | 0.87% | - |
| XYZ | 53.71 | 62.23 | 10.69 | - |
| YUV | 194.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 34 | 0 | 0.05 | 0.85 | 0.13 | 56.49 | 0.74 | 0.5 |
| Hex | DE | D3 | 22 | 0 | 5 | 55 | D | 38 | 4A | 32 |
| Octal | 336 | 323 | 42 | 0 | 5 | 125 | 15 | 70 | 112 | 62 |
| Binary | 11011110 | 11010011 | 100010 | 0 | 101 | 1010101 | 1101 | 111000 | 1001010 | 110010 |
Color Harmonies of #DED322
Complementary color
Monochromatic Colors of #DED322
Black with #DED322
Text Example
Text Example
White with #DED322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED322; }
p { color: rgb(222,211,34); }
H1.HeaderClassName
{
color: #DED322;
}
.AnyTagClassName
{
color: #DED322;
}
</style>
background-color css
<style>
a { background-color: #DED322; }
a { background-color: rgb(222,211,34); }
div.DivClassName
{
background-color: #DED322;
}
.BgClassName
{
background-color: #DED322;
}
</style>
border-color css
<style>
span { border-color: #DED322; }
span { border-color: rgb(222,211,34); }
td.TdClassName
{
border-color: #DED322;
}
.TagClassName
{
border-color: #DED322;
}
</style>