Shades of Barberry #DFD520
Tints of Barberry #DFD520
RGB
CMYK
RGB Variations
Color information
#DFD520 (or 0xDFD520) is known color: Barberry. HEX triplet: DF, D5 and 20. RGB value is (223,213,32). Sum of RGB (Red+Green+Blue) = 223+213+32=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD520 is #202ADF. Grayscale: #C4C4C4. Windows color (decimal): -2108128 or 2151903. OLE color: 2151903.
HSL color Cylindrical-coordinate representation of color #DFD520: hue angle of 56.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFD520 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 32 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.13 |
| HSL | 56.86º | 0.75% | 0.5% | - |
| HSV(B) | 56.86º | 0.86% | 0.87% | - |
| XYZ | 54.49 | 63.38 | 10.73 | - |
| YUV | 195.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 32 | 0 | 0.04 | 0.86 | 0.13 | 56.86 | 0.75 | 0.5 |
| Hex | DF | D5 | 20 | 0 | 4 | 56 | D | 39 | 4B | 32 |
| Octal | 337 | 325 | 40 | 0 | 4 | 126 | 15 | 71 | 113 | 62 |
| Binary | 11011111 | 11010101 | 100000 | 0 | 100 | 1010110 | 1101 | 111001 | 1001011 | 110010 |
Color Harmonies of #DFD520
Complementary color
Monochromatic Colors of #DFD520
Black with #DFD520
Text Example
Text Example
White with #DFD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD520; }
p { color: rgb(223,213,32); }
H1.HeaderClassName
{
color: #DFD520;
}
.AnyTagClassName
{
color: #DFD520;
}
</style>
background-color css
<style>
a { background-color: #DFD520; }
a { background-color: rgb(223,213,32); }
div.DivClassName
{
background-color: #DFD520;
}
.BgClassName
{
background-color: #DFD520;
}
</style>
border-color css
<style>
span { border-color: #DFD520; }
span { border-color: rgb(223,213,32); }
td.TdClassName
{
border-color: #DFD520;
}
.TagClassName
{
border-color: #DFD520;
}
</style>