Shades of Barberry #DEDF0E
Tints of Barberry #DEDF0E
RGB
CMYK
RGB Variations
Color information
#DEDF0E (or 0xDEDF0E) is known color: Barberry. HEX triplet: DE, DF and 0E. RGB value is (222,223,14). Sum of RGB (Red+Green+Blue) = 222+223+14=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF0E is #2120F1. Grayscale: #C7C7C7. Windows color (decimal): -2171122 or 974814. OLE color: 974814.
HSL color Cylindrical-coordinate representation of color #DEDF0E: hue angle of 60.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEDF0E is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 14 | - |
| CMYK | 0.00 | 0 | 0.94 | 0.13 |
| HSL | 60.29º | 0.88% | 0.46% | - |
| HSV(B) | 60.29º | 0.94% | 0.87% | - |
| XYZ | 56.59 | 68.34 | 10.62 | - |
| YUV | 198.88 | 23.67 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 14 | 0.00 | 0 | 0.94 | 0.13 | 60.29 | 0.88 | 0.46 |
| Hex | DE | DF | E | 0 | 0 | 5E | D | 3C | 58 | 2E |
| Octal | 336 | 337 | 16 | 0 | 0 | 136 | 15 | 74 | 130 | 56 |
| Binary | 11011110 | 11011111 | 1110 | 0 | 0 | 1011110 | 1101 | 111100 | 1011000 | 101110 |
Color Harmonies of #DEDF0E
Complementary color
Monochromatic Colors of #DEDF0E
Black with #DEDF0E
Text Example
Text Example
White with #DEDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF0E; }
p { color: rgb(222,223,14); }
H1.HeaderClassName
{
color: #DEDF0E;
}
.AnyTagClassName
{
color: #DEDF0E;
}
</style>
background-color css
<style>
a { background-color: #DEDF0E; }
a { background-color: rgb(222,223,14); }
div.DivClassName
{
background-color: #DEDF0E;
}
.BgClassName
{
background-color: #DEDF0E;
}
</style>
border-color css
<style>
span { border-color: #DEDF0E; }
span { border-color: rgb(222,223,14); }
td.TdClassName
{
border-color: #DEDF0E;
}
.TagClassName
{
border-color: #DEDF0E;
}
</style>