Shades of Barberry #DFD314
Tints of Barberry #DFD314
RGB
CMYK
RGB Variations
Color information
#DFD314 (or 0xDFD314) is known color: Barberry. HEX triplet: DF, D3 and 14. RGB value is (223,211,20). Sum of RGB (Red+Green+Blue) = 223+211+20=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD314 is #202CEB. Grayscale: #C1C1C1. Windows color (decimal): -2108652 or 1364959. OLE color: 1364959.
HSL color Cylindrical-coordinate representation of color #DFD314: hue angle of 56.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFD314 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 20 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.13 |
| HSL | 56.45º | 0.84% | 0.48% | - |
| HSV(B) | 56.45º | 0.91% | 0.87% | - |
| XYZ | 53.85 | 62.33 | 9.85 | - |
| YUV | 192.81 | 30.48 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 20 | 0 | 0.05 | 0.91 | 0.13 | 56.45 | 0.84 | 0.48 |
| Hex | DF | D3 | 14 | 0 | 5 | 5B | D | 38 | 54 | 30 |
| Octal | 337 | 323 | 24 | 0 | 5 | 133 | 15 | 70 | 124 | 60 |
| Binary | 11011111 | 11010011 | 10100 | 0 | 101 | 1011011 | 1101 | 111000 | 1010100 | 110000 |
Color Harmonies of #DFD314
Complementary color
Monochromatic Colors of #DFD314
Black with #DFD314
Text Example
Text Example
White with #DFD314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD314; }
p { color: rgb(223,211,20); }
H1.HeaderClassName
{
color: #DFD314;
}
.AnyTagClassName
{
color: #DFD314;
}
</style>
background-color css
<style>
a { background-color: #DFD314; }
a { background-color: rgb(223,211,20); }
div.DivClassName
{
background-color: #DFD314;
}
.BgClassName
{
background-color: #DFD314;
}
</style>
border-color css
<style>
span { border-color: #DFD314; }
span { border-color: rgb(223,211,20); }
td.TdClassName
{
border-color: #DFD314;
}
.TagClassName
{
border-color: #DFD314;
}
</style>