Shades of Barberry #DFD417
Tints of Barberry #DFD417
RGB
CMYK
RGB Variations
Color information
#DFD417 (or 0xDFD417) is known color: Barberry. HEX triplet: DF, D4 and 17. RGB value is (223,212,23). Sum of RGB (Red+Green+Blue) = 223+212+23=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD417 is #202BE8. Grayscale: #C2C2C2. Windows color (decimal): -2108393 or 1561823. OLE color: 1561823.
HSL color Cylindrical-coordinate representation of color #DFD417: hue angle of 56.7º 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 #DFD417 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 23 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.13 |
| HSL | 56.7º | 0.81% | 0.48% | - |
| HSV(B) | 56.7º | 0.9% | 0.87% | - |
| XYZ | 54.13 | 62.84 | 10.09 | - |
| YUV | 193.74 | 31.64 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 23 | 0 | 0.05 | 0.90 | 0.13 | 56.7 | 0.81 | 0.48 |
| Hex | DF | D4 | 17 | 0 | 5 | 5A | D | 39 | 51 | 30 |
| Octal | 337 | 324 | 27 | 0 | 5 | 132 | 15 | 71 | 121 | 60 |
| Binary | 11011111 | 11010100 | 10111 | 0 | 101 | 1011010 | 1101 | 111001 | 1010001 | 110000 |
Color Harmonies of #DFD417
Complementary color
Monochromatic Colors of #DFD417
Black with #DFD417
Text Example
Text Example
White with #DFD417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD417; }
p { color: rgb(223,212,23); }
H1.HeaderClassName
{
color: #DFD417;
}
.AnyTagClassName
{
color: #DFD417;
}
</style>
background-color css
<style>
a { background-color: #DFD417; }
a { background-color: rgb(223,212,23); }
div.DivClassName
{
background-color: #DFD417;
}
.BgClassName
{
background-color: #DFD417;
}
</style>
border-color css
<style>
span { border-color: #DFD417; }
span { border-color: rgb(223,212,23); }
td.TdClassName
{
border-color: #DFD417;
}
.TagClassName
{
border-color: #DFD417;
}
</style>