Shades of Barberry #DED31C
Tints of Barberry #DED31C
RGB
CMYK
RGB Variations
Color information
#DED31C (or 0xDED31C) is known color: Barberry. HEX triplet: DE, D3 and 1C. RGB value is (222,211,28). Sum of RGB (Red+Green+Blue) = 222+211+28=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DED31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED31C is #212CE3. Grayscale: #C2C2C2. Windows color (decimal): -2174180 or 1889246. OLE color: 1889246.
HSL color Cylindrical-coordinate representation of color #DED31C: hue angle of 56.6º degrees, saturation: 0.78, 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 #DED31C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 28 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.13 |
| HSL | 56.6º | 0.78% | 0.49% | - |
| HSV(B) | 56.6º | 0.87% | 0.87% | - |
| XYZ | 53.63 | 62.2 | 10.28 | - |
| YUV | 193.43 | 34.64 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 28 | 0 | 0.05 | 0.87 | 0.13 | 56.6 | 0.78 | 0.49 |
| Hex | DE | D3 | 1C | 0 | 5 | 57 | D | 39 | 4E | 31 |
| Octal | 336 | 323 | 34 | 0 | 5 | 127 | 15 | 71 | 116 | 61 |
| Binary | 11011110 | 11010011 | 11100 | 0 | 101 | 1010111 | 1101 | 111001 | 1001110 | 110001 |
Color Harmonies of #DED31C
Complementary color
Monochromatic Colors of #DED31C
Black with #DED31C
Text Example
Text Example
White with #DED31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED31C; }
p { color: rgb(222,211,28); }
H1.HeaderClassName
{
color: #DED31C;
}
.AnyTagClassName
{
color: #DED31C;
}
</style>
background-color css
<style>
a { background-color: #DED31C; }
a { background-color: rgb(222,211,28); }
div.DivClassName
{
background-color: #DED31C;
}
.BgClassName
{
background-color: #DED31C;
}
</style>
border-color css
<style>
span { border-color: #DED31C; }
span { border-color: rgb(222,211,28); }
td.TdClassName
{
border-color: #DED31C;
}
.TagClassName
{
border-color: #DED31C;
}
</style>