Shades of Barberry #DFD317
Tints of Barberry #DFD317
RGB
CMYK
RGB Variations
Color information
#DFD317 (or 0xDFD317) is known color: Barberry. HEX triplet: DF, D3 and 17. RGB value is (223,211,23). Sum of RGB (Red+Green+Blue) = 223+211+23=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD317 is #202CE8. Grayscale: #C1C1C1. Windows color (decimal): -2108649 or 1561567. OLE color: 1561567.
HSL color Cylindrical-coordinate representation of color #DFD317: hue angle of 56.4º 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 #DFD317 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.13 |
| HSL | 56.4º | 0.81% | 0.48% | - |
| HSV(B) | 56.4º | 0.9% | 0.87% | - |
| XYZ | 53.88 | 62.34 | 10 | - |
| YUV | 193.16 | 31.98 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 23 | 0 | 0.05 | 0.90 | 0.13 | 56.4 | 0.81 | 0.48 |
| Hex | DF | D3 | 17 | 0 | 5 | 5A | D | 38 | 51 | 30 |
| Octal | 337 | 323 | 27 | 0 | 5 | 132 | 15 | 70 | 121 | 60 |
| Binary | 11011111 | 11010011 | 10111 | 0 | 101 | 1011010 | 1101 | 111000 | 1010001 | 110000 |
Color Harmonies of #DFD317
Complementary color
Monochromatic Colors of #DFD317
Black with #DFD317
Text Example
Text Example
White with #DFD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD317; }
p { color: rgb(223,211,23); }
H1.HeaderClassName
{
color: #DFD317;
}
.AnyTagClassName
{
color: #DFD317;
}
</style>
background-color css
<style>
a { background-color: #DFD317; }
a { background-color: rgb(223,211,23); }
div.DivClassName
{
background-color: #DFD317;
}
.BgClassName
{
background-color: #DFD317;
}
</style>
border-color css
<style>
span { border-color: #DFD317; }
span { border-color: rgb(223,211,23); }
td.TdClassName
{
border-color: #DFD317;
}
.TagClassName
{
border-color: #DFD317;
}
</style>