Shades of Barberry #DED31D
Tints of Barberry #DED31D
RGB
CMYK
RGB Variations
Color information
#DED31D (or 0xDED31D) is known color: Barberry. HEX triplet: DE, D3 and 1D. RGB value is (222,211,29). Sum of RGB (Red+Green+Blue) = 222+211+29=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DED31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED31D is #212CE2. Grayscale: #C2C2C2. Windows color (decimal): -2174179 or 1954782. OLE color: 1954782.
HSL color Cylindrical-coordinate representation of color #DED31D: hue angle of 56.58º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DED31D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 29 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.13 |
| HSL | 56.58º | 0.77% | 0.49% | - |
| HSV(B) | 56.58º | 0.87% | 0.87% | - |
| XYZ | 53.64 | 62.21 | 10.34 | - |
| YUV | 193.54 | 35.14 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 29 | 0 | 0.05 | 0.87 | 0.13 | 56.58 | 0.77 | 0.49 |
| Hex | DE | D3 | 1D | 0 | 5 | 57 | D | 39 | 4D | 31 |
| Octal | 336 | 323 | 35 | 0 | 5 | 127 | 15 | 71 | 115 | 61 |
| Binary | 11011110 | 11010011 | 11101 | 0 | 101 | 1010111 | 1101 | 111001 | 1001101 | 110001 |
Color Harmonies of #DED31D
Complementary color
Monochromatic Colors of #DED31D
Black with #DED31D
Text Example
Text Example
White with #DED31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED31D; }
p { color: rgb(222,211,29); }
H1.HeaderClassName
{
color: #DED31D;
}
.AnyTagClassName
{
color: #DED31D;
}
</style>
background-color css
<style>
a { background-color: #DED31D; }
a { background-color: rgb(222,211,29); }
div.DivClassName
{
background-color: #DED31D;
}
.BgClassName
{
background-color: #DED31D;
}
</style>
border-color css
<style>
span { border-color: #DED31D; }
span { border-color: rgb(222,211,29); }
td.TdClassName
{
border-color: #DED31D;
}
.TagClassName
{
border-color: #DED31D;
}
</style>