Shades of Barberry #DFD517
Tints of Barberry #DFD517
RGB
CMYK
RGB Variations
Color information
#DFD517 (or 0xDFD517) is known color: Barberry. HEX triplet: DF, D5 and 17. RGB value is (223,213,23). Sum of RGB (Red+Green+Blue) = 223+213+23=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 23 (9.38% from 255 or 5.01% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD517 is #202AE8. Grayscale: #C3C3C3. Windows color (decimal): -2108137 or 1562079. OLE color: 1562079.
HSL color Cylindrical-coordinate representation of color #DFD517: hue angle of 57º 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 #DFD517 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 23 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.13 |
| HSL | 57º | 0.81% | 0.48% | - |
| HSV(B) | 57º | 0.9% | 0.87% | - |
| XYZ | 54.38 | 63.34 | 10.17 | - |
| YUV | 194.33 | 31.31 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 23 | 0 | 0.04 | 0.90 | 0.13 | 57 | 0.81 | 0.48 |
| Hex | DF | D5 | 17 | 0 | 4 | 5A | D | 39 | 51 | 30 |
| Octal | 337 | 325 | 27 | 0 | 4 | 132 | 15 | 71 | 121 | 60 |
| Binary | 11011111 | 11010101 | 10111 | 0 | 100 | 1011010 | 1101 | 111001 | 1010001 | 110000 |
Color Harmonies of #DFD517
Complementary color
Monochromatic Colors of #DFD517
Black with #DFD517
Text Example
Text Example
White with #DFD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD517; }
p { color: rgb(223,213,23); }
H1.HeaderClassName
{
color: #DFD517;
}
.AnyTagClassName
{
color: #DFD517;
}
</style>
background-color css
<style>
a { background-color: #DFD517; }
a { background-color: rgb(223,213,23); }
div.DivClassName
{
background-color: #DFD517;
}
.BgClassName
{
background-color: #DFD517;
}
</style>
border-color css
<style>
span { border-color: #DFD517; }
span { border-color: rgb(223,213,23); }
td.TdClassName
{
border-color: #DFD517;
}
.TagClassName
{
border-color: #DFD517;
}
</style>