Shades of Barberry #DED510
Tints of Barberry #DED510
RGB
CMYK
RGB Variations
Color information
#DED510 (or 0xDED510) is known color: Barberry. HEX triplet: DE, D5 and 10. RGB value is (222,213,16). Sum of RGB (Red+Green+Blue) = 222+213+16=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DED510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED510 is #212AEF. Grayscale: #C2C2C2. Windows color (decimal): -2173680 or 1103326. OLE color: 1103326.
HSL color Cylindrical-coordinate representation of color #DED510: hue angle of 57.38º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DED510 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 16 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.13 |
| HSL | 57.38º | 0.87% | 0.47% | - |
| HSV(B) | 57.38º | 0.93% | 0.87% | - |
| XYZ | 54.01 | 63.16 | 9.83 | - |
| YUV | 193.23 | 27.98 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 16 | 0 | 0.04 | 0.93 | 0.13 | 57.38 | 0.87 | 0.47 |
| Hex | DE | D5 | 10 | 0 | 4 | 5D | D | 39 | 57 | 2F |
| Octal | 336 | 325 | 20 | 0 | 4 | 135 | 15 | 71 | 127 | 57 |
| Binary | 11011110 | 11010101 | 10000 | 0 | 100 | 1011101 | 1101 | 111001 | 1010111 | 101111 |
Color Harmonies of #DED510
Complementary color
Monochromatic Colors of #DED510
Black with #DED510
Text Example
Text Example
White with #DED510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED510; }
p { color: rgb(222,213,16); }
H1.HeaderClassName
{
color: #DED510;
}
.AnyTagClassName
{
color: #DED510;
}
</style>
background-color css
<style>
a { background-color: #DED510; }
a { background-color: rgb(222,213,16); }
div.DivClassName
{
background-color: #DED510;
}
.BgClassName
{
background-color: #DED510;
}
</style>
border-color css
<style>
span { border-color: #DED510; }
span { border-color: rgb(222,213,16); }
td.TdClassName
{
border-color: #DED510;
}
.TagClassName
{
border-color: #DED510;
}
</style>