Shades of Barberry #DED31E
Tints of Barberry #DED31E
RGB
CMYK
RGB Variations
Color information
#DED31E (or 0xDED31E) is known color: Barberry. HEX triplet: DE, D3 and 1E. RGB value is (222,211,30). Sum of RGB (Red+Green+Blue) = 222+211+30=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DED31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED31E is #212CE1. Grayscale: #C2C2C2. Windows color (decimal): -2174178 or 2020318. OLE color: 2020318.
HSL color Cylindrical-coordinate representation of color #DED31E: hue angle of 56.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DED31E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 30 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.56º | 0.76% | 0.49% | - |
| HSV(B) | 56.56º | 0.86% | 0.87% | - |
| XYZ | 53.65 | 62.21 | 10.41 | - |
| YUV | 193.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 30 | 0 | 0.05 | 0.86 | 0.13 | 56.56 | 0.76 | 0.49 |
| Hex | DE | D3 | 1E | 0 | 5 | 56 | D | 39 | 4C | 31 |
| Octal | 336 | 323 | 36 | 0 | 5 | 126 | 15 | 71 | 114 | 61 |
| Binary | 11011110 | 11010011 | 11110 | 0 | 101 | 1010110 | 1101 | 111001 | 1001100 | 110001 |
Color Harmonies of #DED31E
Complementary color
Monochromatic Colors of #DED31E
Black with #DED31E
Text Example
Text Example
White with #DED31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED31E; }
p { color: rgb(222,211,30); }
H1.HeaderClassName
{
color: #DED31E;
}
.AnyTagClassName
{
color: #DED31E;
}
</style>
background-color css
<style>
a { background-color: #DED31E; }
a { background-color: rgb(222,211,30); }
div.DivClassName
{
background-color: #DED31E;
}
.BgClassName
{
background-color: #DED31E;
}
</style>
border-color css
<style>
span { border-color: #DED31E; }
span { border-color: rgb(222,211,30); }
td.TdClassName
{
border-color: #DED31E;
}
.TagClassName
{
border-color: #DED31E;
}
</style>