Shades of Barberry #DED124
Tints of Barberry #DED124
RGB
CMYK
RGB Variations
Color information
#DED124 (or 0xDED124) is known color: Barberry. HEX triplet: DE, D1 and 24. RGB value is (222,209,36). Sum of RGB (Red+Green+Blue) = 222+209+36=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DED124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED124 is #212EDB. Grayscale: #C1C1C1. Windows color (decimal): -2174684 or 2413022. OLE color: 2413022.
HSL color Cylindrical-coordinate representation of color #DED124: hue angle of 55.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DED124 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 36 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.13 |
| HSL | 55.81º | 0.74% | 0.51% | - |
| HSV(B) | 55.81º | 0.84% | 0.87% | - |
| XYZ | 53.24 | 61.26 | 10.69 | - |
| YUV | 193.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 36 | 0 | 0.06 | 0.84 | 0.13 | 55.81 | 0.74 | 0.51 |
| Hex | DE | D1 | 24 | 0 | 6 | 54 | D | 38 | 4A | 33 |
| Octal | 336 | 321 | 44 | 0 | 6 | 124 | 15 | 70 | 112 | 63 |
| Binary | 11011110 | 11010001 | 100100 | 0 | 110 | 1010100 | 1101 | 111000 | 1001010 | 110011 |
Color Harmonies of #DED124
Complementary color
Monochromatic Colors of #DED124
Black with #DED124
Text Example
Text Example
White with #DED124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED124; }
p { color: rgb(222,209,36); }
H1.HeaderClassName
{
color: #DED124;
}
.AnyTagClassName
{
color: #DED124;
}
</style>
background-color css
<style>
a { background-color: #DED124; }
a { background-color: rgb(222,209,36); }
div.DivClassName
{
background-color: #DED124;
}
.BgClassName
{
background-color: #DED124;
}
</style>
border-color css
<style>
span { border-color: #DED124; }
span { border-color: rgb(222,209,36); }
td.TdClassName
{
border-color: #DED124;
}
.TagClassName
{
border-color: #DED124;
}
</style>