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