Shades of Barberry #DED523
Tints of Barberry #DED523
RGB
CMYK
RGB Variations
Color information
#DED523 (or 0xDED523) is known color: Barberry. HEX triplet: DE, D5 and 23. RGB value is (222,213,35). Sum of RGB (Red+Green+Blue) = 222+213+35=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 35 (14.06% from 255 or 7.45% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED523 is #212ADC. Grayscale: #C4C4C4. Windows color (decimal): -2173661 or 2348510. OLE color: 2348510.
HSL color Cylindrical-coordinate representation of color #DED523: hue angle of 57.11º 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 #DED523 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 35 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.13 |
| HSL | 57.11º | 0.74% | 0.5% | - |
| HSV(B) | 57.11º | 0.84% | 0.87% | - |
| XYZ | 54.22 | 63.24 | 10.94 | - |
| YUV | 195.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 35 | 0 | 0.04 | 0.84 | 0.13 | 57.11 | 0.74 | 0.5 |
| Hex | DE | D5 | 23 | 0 | 4 | 54 | D | 39 | 4A | 32 |
| Octal | 336 | 325 | 43 | 0 | 4 | 124 | 15 | 71 | 112 | 62 |
| Binary | 11011110 | 11010101 | 100011 | 0 | 100 | 1010100 | 1101 | 111001 | 1001010 | 110010 |
Color Harmonies of #DED523
Complementary color
Monochromatic Colors of #DED523
Black with #DED523
Text Example
Text Example
White with #DED523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED523; }
p { color: rgb(222,213,35); }
H1.HeaderClassName
{
color: #DED523;
}
.AnyTagClassName
{
color: #DED523;
}
</style>
background-color css
<style>
a { background-color: #DED523; }
a { background-color: rgb(222,213,35); }
div.DivClassName
{
background-color: #DED523;
}
.BgClassName
{
background-color: #DED523;
}
</style>
border-color css
<style>
span { border-color: #DED523; }
span { border-color: rgb(222,213,35); }
td.TdClassName
{
border-color: #DED523;
}
.TagClassName
{
border-color: #DED523;
}
</style>