Shades of Barberry #DFDD0E
Tints of Barberry #DFDD0E
RGB
CMYK
RGB Variations
Color information
#DFDD0E (or 0xDFDD0E) is known color: Barberry. HEX triplet: DF, DD and 0E. RGB value is (223,221,14). Sum of RGB (Red+Green+Blue) = 223+221+14=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD0E is #2022F1. Grayscale: #C6C6C6. Windows color (decimal): -2106098 or 974303. OLE color: 974303.
HSL color Cylindrical-coordinate representation of color #DFDD0E: hue angle of 59.43º 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 #DFDD0E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.13 |
| HSL | 59.43º | 0.88% | 0.46% | - |
| HSV(B) | 59.43º | 0.94% | 0.87% | - |
| XYZ | 56.37 | 67.43 | 10.46 | - |
| YUV | 198 | 24.16 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 14 | 0 | 0.01 | 0.94 | 0.13 | 59.43 | 0.88 | 0.46 |
| Hex | DF | DD | E | 0 | 1 | 5E | D | 3B | 58 | 2E |
| Octal | 337 | 335 | 16 | 0 | 1 | 136 | 15 | 73 | 130 | 56 |
| Binary | 11011111 | 11011101 | 1110 | 0 | 1 | 1011110 | 1101 | 111011 | 1011000 | 101110 |
Color Harmonies of #DFDD0E
Complementary color
Monochromatic Colors of #DFDD0E
Black with #DFDD0E
Text Example
Text Example
White with #DFDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD0E; }
p { color: rgb(223,221,14); }
H1.HeaderClassName
{
color: #DFDD0E;
}
.AnyTagClassName
{
color: #DFDD0E;
}
</style>
background-color css
<style>
a { background-color: #DFDD0E; }
a { background-color: rgb(223,221,14); }
div.DivClassName
{
background-color: #DFDD0E;
}
.BgClassName
{
background-color: #DFDD0E;
}
</style>
border-color css
<style>
span { border-color: #DFDD0E; }
span { border-color: rgb(223,221,14); }
td.TdClassName
{
border-color: #DFDD0E;
}
.TagClassName
{
border-color: #DFDD0E;
}
</style>