Shades of Barberry #DED710
Tints of Barberry #DED710
RGB
CMYK
RGB Variations
Color information
#DED710 (or 0xDED710) is known color: Barberry. HEX triplet: DE, D7 and 10. RGB value is (222,215,16). Sum of RGB (Red+Green+Blue) = 222+215+16=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED710 is #2128EF. Grayscale: #C3C3C3. Windows color (decimal): -2173168 or 1103838. OLE color: 1103838.
HSL color Cylindrical-coordinate representation of color #DED710: hue angle of 57.96º 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 #DED710 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 16 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.13 |
| HSL | 57.96º | 0.87% | 0.47% | - |
| HSV(B) | 57.96º | 0.93% | 0.87% | - |
| XYZ | 54.52 | 64.17 | 10 | - |
| YUV | 194.41 | 27.32 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 16 | 0 | 0.03 | 0.93 | 0.13 | 57.96 | 0.87 | 0.47 |
| Hex | DE | D7 | 10 | 0 | 3 | 5D | D | 3A | 57 | 2F |
| Octal | 336 | 327 | 20 | 0 | 3 | 135 | 15 | 72 | 127 | 57 |
| Binary | 11011110 | 11010111 | 10000 | 0 | 11 | 1011101 | 1101 | 111010 | 1010111 | 101111 |
Color Harmonies of #DED710
Complementary color
Monochromatic Colors of #DED710
Black with #DED710
Text Example
Text Example
White with #DED710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED710; }
p { color: rgb(222,215,16); }
H1.HeaderClassName
{
color: #DED710;
}
.AnyTagClassName
{
color: #DED710;
}
</style>
background-color css
<style>
a { background-color: #DED710; }
a { background-color: rgb(222,215,16); }
div.DivClassName
{
background-color: #DED710;
}
.BgClassName
{
background-color: #DED710;
}
</style>
border-color css
<style>
span { border-color: #DED710; }
span { border-color: rgb(222,215,16); }
td.TdClassName
{
border-color: #DED710;
}
.TagClassName
{
border-color: #DED710;
}
</style>