Shades of Barberry #DFD917
Tints of Barberry #DFD917
RGB
CMYK
RGB Variations
Color information
#DFD917 (or 0xDFD917) is known color: Barberry. HEX triplet: DF, D9 and 17. RGB value is (223,217,23). Sum of RGB (Red+Green+Blue) = 223+217+23=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 23 (9.38% from 255 or 4.97% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD917 is #2026E8. Grayscale: #C5C5C5. Windows color (decimal): -2107113 or 1563103. OLE color: 1563103.
HSL color Cylindrical-coordinate representation of color #DFD917: hue angle of 58.2º 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 #DFD917 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 23 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.13 |
| HSL | 58.2º | 0.81% | 0.48% | - |
| HSV(B) | 58.2º | 0.9% | 0.87% | - |
| XYZ | 55.4 | 65.38 | 10.51 | - |
| YUV | 196.68 | 29.99 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 23 | 0 | 0.03 | 0.90 | 0.13 | 58.2 | 0.81 | 0.48 |
| Hex | DF | D9 | 17 | 0 | 3 | 5A | D | 3A | 51 | 30 |
| Octal | 337 | 331 | 27 | 0 | 3 | 132 | 15 | 72 | 121 | 60 |
| Binary | 11011111 | 11011001 | 10111 | 0 | 11 | 1011010 | 1101 | 111010 | 1010001 | 110000 |
Color Harmonies of #DFD917
Complementary color
Monochromatic Colors of #DFD917
Black with #DFD917
Text Example
Text Example
White with #DFD917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD917; }
p { color: rgb(223,217,23); }
H1.HeaderClassName
{
color: #DFD917;
}
.AnyTagClassName
{
color: #DFD917;
}
</style>
background-color css
<style>
a { background-color: #DFD917; }
a { background-color: rgb(223,217,23); }
div.DivClassName
{
background-color: #DFD917;
}
.BgClassName
{
background-color: #DFD917;
}
</style>
border-color css
<style>
span { border-color: #DFD917; }
span { border-color: rgb(223,217,23); }
td.TdClassName
{
border-color: #DFD917;
}
.TagClassName
{
border-color: #DFD917;
}
</style>