Shades of Barberry #DFD514
Tints of Barberry #DFD514
RGB
CMYK
RGB Variations
Color information
#DFD514 (or 0xDFD514) is known color: Barberry. HEX triplet: DF, D5 and 14. RGB value is (223,213,20). Sum of RGB (Red+Green+Blue) = 223+213+20=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD514 is #202AEB. Grayscale: #C2C2C2. Windows color (decimal): -2108140 or 1365471. OLE color: 1365471.
HSL color Cylindrical-coordinate representation of color #DFD514: hue angle of 57.04º 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 #DFD514 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 20 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.13 |
| HSL | 57.04º | 0.84% | 0.48% | - |
| HSV(B) | 57.04º | 0.91% | 0.87% | - |
| XYZ | 54.35 | 63.33 | 10.02 | - |
| YUV | 193.99 | 29.81 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 20 | 0 | 0.04 | 0.91 | 0.13 | 57.04 | 0.84 | 0.48 |
| Hex | DF | D5 | 14 | 0 | 4 | 5B | D | 39 | 54 | 30 |
| Octal | 337 | 325 | 24 | 0 | 4 | 133 | 15 | 71 | 124 | 60 |
| Binary | 11011111 | 11010101 | 10100 | 0 | 100 | 1011011 | 1101 | 111001 | 1010100 | 110000 |
Color Harmonies of #DFD514
Complementary color
Monochromatic Colors of #DFD514
Black with #DFD514
Text Example
Text Example
White with #DFD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD514; }
p { color: rgb(223,213,20); }
H1.HeaderClassName
{
color: #DFD514;
}
.AnyTagClassName
{
color: #DFD514;
}
</style>
background-color css
<style>
a { background-color: #DFD514; }
a { background-color: rgb(223,213,20); }
div.DivClassName
{
background-color: #DFD514;
}
.BgClassName
{
background-color: #DFD514;
}
</style>
border-color css
<style>
span { border-color: #DFD514; }
span { border-color: rgb(223,213,20); }
td.TdClassName
{
border-color: #DFD514;
}
.TagClassName
{
border-color: #DFD514;
}
</style>