Shades of Barberry #DEDF10
Tints of Barberry #DEDF10
RGB
CMYK
RGB Variations
Color information
#DEDF10 (or 0xDEDF10) is known color: Barberry. HEX triplet: DE, DF and 10. RGB value is (222,223,16). Sum of RGB (Red+Green+Blue) = 222+223+16=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF10 is #2120EF. Grayscale: #C7C7C7. Windows color (decimal): -2171120 or 1105886. OLE color: 1105886.
HSL color Cylindrical-coordinate representation of color #DEDF10: hue angle of 60.29º 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 #DEDF10 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 16 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.13 |
| HSL | 60.29º | 0.87% | 0.47% | - |
| HSV(B) | 60.29º | 0.93% | 0.87% | - |
| XYZ | 56.61 | 68.34 | 10.7 | - |
| YUV | 199.1 | 24.67 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 16 | 0.00 | 0 | 0.93 | 0.13 | 60.29 | 0.87 | 0.47 |
| Hex | DE | DF | 10 | 0 | 0 | 5D | D | 3C | 57 | 2F |
| Octal | 336 | 337 | 20 | 0 | 0 | 135 | 15 | 74 | 127 | 57 |
| Binary | 11011110 | 11011111 | 10000 | 0 | 0 | 1011101 | 1101 | 111100 | 1010111 | 101111 |
Color Harmonies of #DEDF10
Complementary color
Monochromatic Colors of #DEDF10
Black with #DEDF10
Text Example
Text Example
White with #DEDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF10; }
p { color: rgb(222,223,16); }
H1.HeaderClassName
{
color: #DEDF10;
}
.AnyTagClassName
{
color: #DEDF10;
}
</style>
background-color css
<style>
a { background-color: #DEDF10; }
a { background-color: rgb(222,223,16); }
div.DivClassName
{
background-color: #DEDF10;
}
.BgClassName
{
background-color: #DEDF10;
}
</style>
border-color css
<style>
span { border-color: #DEDF10; }
span { border-color: rgb(222,223,16); }
td.TdClassName
{
border-color: #DEDF10;
}
.TagClassName
{
border-color: #DEDF10;
}
</style>