Shades of Barberry #DED121
Tints of Barberry #DED121
RGB
CMYK
RGB Variations
Color information
#DED121 (or 0xDED121) is known color: Barberry. HEX triplet: DE, D1 and 21. RGB value is (222,209,33). Sum of RGB (Red+Green+Blue) = 222+209+33=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DED121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED121 is #212EDE. Grayscale: #C1C1C1. Windows color (decimal): -2174687 or 2216414. OLE color: 2216414.
HSL color Cylindrical-coordinate representation of color #DED121: hue angle of 55.87º 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 #DED121 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 33 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.13 |
| HSL | 55.87º | 0.74% | 0.5% | - |
| HSV(B) | 55.87º | 0.85% | 0.87% | - |
| XYZ | 53.2 | 61.24 | 10.46 | - |
| YUV | 192.82 | 37.81 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 33 | 0 | 0.06 | 0.85 | 0.13 | 55.87 | 0.74 | 0.5 |
| Hex | DE | D1 | 21 | 0 | 6 | 55 | D | 38 | 4A | 32 |
| Octal | 336 | 321 | 41 | 0 | 6 | 125 | 15 | 70 | 112 | 62 |
| Binary | 11011110 | 11010001 | 100001 | 0 | 110 | 1010101 | 1101 | 111000 | 1001010 | 110010 |
Color Harmonies of #DED121
Complementary color
Monochromatic Colors of #DED121
Black with #DED121
Text Example
Text Example
White with #DED121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED121; }
p { color: rgb(222,209,33); }
H1.HeaderClassName
{
color: #DED121;
}
.AnyTagClassName
{
color: #DED121;
}
</style>
background-color css
<style>
a { background-color: #DED121; }
a { background-color: rgb(222,209,33); }
div.DivClassName
{
background-color: #DED121;
}
.BgClassName
{
background-color: #DED121;
}
</style>
border-color css
<style>
span { border-color: #DED121; }
span { border-color: rgb(222,209,33); }
td.TdClassName
{
border-color: #DED121;
}
.TagClassName
{
border-color: #DED121;
}
</style>