Shades of Barberry #DFE013
Tints of Barberry #DFE013
RGB
CMYK
RGB Variations
Color information
#DFE013 (or 0xDFE013) is known color: Barberry. HEX triplet: DF, E0 and 13. RGB value is (223,224,19). Sum of RGB (Red+Green+Blue) = 223+224+19=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE013 is #201FEC. Grayscale: #C9C9C9. Windows color (decimal): -2105325 or 1302751. OLE color: 1302751.
HSL color Cylindrical-coordinate representation of color #DFE013: hue angle of 60.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFE013 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 19 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.12 |
| HSL | 60.29º | 0.84% | 0.48% | - |
| HSV(B) | 60.29º | 0.92% | 0.88% | - |
| XYZ | 57.2 | 69.05 | 10.93 | - |
| YUV | 200.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 19 | 0.00 | 0 | 0.92 | 0.12 | 60.29 | 0.84 | 0.48 |
| Hex | DF | E0 | 13 | 0 | 0 | 5C | C | 3C | 54 | 30 |
| Octal | 337 | 340 | 23 | 0 | 0 | 134 | 14 | 74 | 124 | 60 |
| Binary | 11011111 | 11100000 | 10011 | 0 | 0 | 1011100 | 1100 | 111100 | 1010100 | 110000 |
Color Harmonies of #DFE013
Complementary color
Monochromatic Colors of #DFE013
Black with #DFE013
Text Example
Text Example
White with #DFE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE013; }
p { color: rgb(223,224,19); }
H1.HeaderClassName
{
color: #DFE013;
}
.AnyTagClassName
{
color: #DFE013;
}
</style>
background-color css
<style>
a { background-color: #DFE013; }
a { background-color: rgb(223,224,19); }
div.DivClassName
{
background-color: #DFE013;
}
.BgClassName
{
background-color: #DFE013;
}
</style>
border-color css
<style>
span { border-color: #DFE013; }
span { border-color: rgb(223,224,19); }
td.TdClassName
{
border-color: #DFE013;
}
.TagClassName
{
border-color: #DFE013;
}
</style>