Shades of Barberry #DED323
Tints of Barberry #DED323
RGB
CMYK
RGB Variations
Color information
#DED323 (or 0xDED323) is known color: Barberry. HEX triplet: DE, D3 and 23. RGB value is (222,211,35). Sum of RGB (Red+Green+Blue) = 222+211+35=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED323 is #212CDC. Grayscale: #C2C2C2. Windows color (decimal): -2174173 or 2347998. OLE color: 2347998.
HSL color Cylindrical-coordinate representation of color #DED323: hue angle of 56.47º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DED323 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 35 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.13 |
| HSL | 56.47º | 0.74% | 0.5% | - |
| HSV(B) | 56.47º | 0.84% | 0.87% | - |
| XYZ | 53.72 | 62.24 | 10.77 | - |
| YUV | 194.23 | 38.14 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 35 | 0 | 0.05 | 0.84 | 0.13 | 56.47 | 0.74 | 0.5 |
| Hex | DE | D3 | 23 | 0 | 5 | 54 | D | 38 | 4A | 32 |
| Octal | 336 | 323 | 43 | 0 | 5 | 124 | 15 | 70 | 112 | 62 |
| Binary | 11011110 | 11010011 | 100011 | 0 | 101 | 1010100 | 1101 | 111000 | 1001010 | 110010 |
Color Harmonies of #DED323
Complementary color
Monochromatic Colors of #DED323
Black with #DED323
Text Example
Text Example
White with #DED323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED323; }
p { color: rgb(222,211,35); }
H1.HeaderClassName
{
color: #DED323;
}
.AnyTagClassName
{
color: #DED323;
}
</style>
background-color css
<style>
a { background-color: #DED323; }
a { background-color: rgb(222,211,35); }
div.DivClassName
{
background-color: #DED323;
}
.BgClassName
{
background-color: #DED323;
}
</style>
border-color css
<style>
span { border-color: #DED323; }
span { border-color: rgb(222,211,35); }
td.TdClassName
{
border-color: #DED323;
}
.TagClassName
{
border-color: #DED323;
}
</style>