Shades of Barberry #DFD717
Tints of Barberry #DFD717
RGB
CMYK
RGB Variations
Color information
#DFD717 (or 0xDFD717) is known color: Barberry. HEX triplet: DF, D7 and 17. RGB value is (223,215,23). Sum of RGB (Red+Green+Blue) = 223+215+23=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD717 is #2028E8. Grayscale: #C4C4C4. Windows color (decimal): -2107625 or 1562591. OLE color: 1562591.
HSL color Cylindrical-coordinate representation of color #DFD717: hue angle of 57.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFD717 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.13 |
| HSL | 57.6º | 0.81% | 0.48% | - |
| HSV(B) | 57.6º | 0.9% | 0.87% | - |
| XYZ | 54.89 | 64.35 | 10.34 | - |
| YUV | 195.5 | 30.65 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 23 | 0 | 0.04 | 0.90 | 0.13 | 57.6 | 0.81 | 0.48 |
| Hex | DF | D7 | 17 | 0 | 4 | 5A | D | 3A | 51 | 30 |
| Octal | 337 | 327 | 27 | 0 | 4 | 132 | 15 | 72 | 121 | 60 |
| Binary | 11011111 | 11010111 | 10111 | 0 | 100 | 1011010 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DFD717
Complementary color
Monochromatic Colors of #DFD717
Black with #DFD717
Text Example
Text Example
White with #DFD717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD717; }
p { color: rgb(223,215,23); }
H1.HeaderClassName
{
color: #DFD717;
}
.AnyTagClassName
{
color: #DFD717;
}
</style>
background-color css
<style>
a { background-color: #DFD717; }
a { background-color: rgb(223,215,23); }
div.DivClassName
{
background-color: #DFD717;
}
.BgClassName
{
background-color: #DFD717;
}
</style>
border-color css
<style>
span { border-color: #DFD717; }
span { border-color: rgb(223,215,23); }
td.TdClassName
{
border-color: #DFD717;
}
.TagClassName
{
border-color: #DFD717;
}
</style>