Shades of Barberry #DFD521
Tints of Barberry #DFD521
RGB
CMYK
RGB Variations
Color information
#DFD521 (or 0xDFD521) is known color: Barberry. HEX triplet: DF, D5 and 21. RGB value is (223,213,33). Sum of RGB (Red+Green+Blue) = 223+213+33=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD521 is #202ADE. Grayscale: #C4C4C4. Windows color (decimal): -2108127 or 2217439. OLE color: 2217439.
HSL color Cylindrical-coordinate representation of color #DFD521: hue angle of 56.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFD521 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 33 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.13 |
| HSL | 56.84º | 0.75% | 0.5% | - |
| HSV(B) | 56.84º | 0.85% | 0.87% | - |
| XYZ | 54.5 | 63.39 | 10.8 | - |
| YUV | 195.47 | 36.31 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 33 | 0 | 0.04 | 0.85 | 0.13 | 56.84 | 0.75 | 0.5 |
| Hex | DF | D5 | 21 | 0 | 4 | 55 | D | 39 | 4B | 32 |
| Octal | 337 | 325 | 41 | 0 | 4 | 125 | 15 | 71 | 113 | 62 |
| Binary | 11011111 | 11010101 | 100001 | 0 | 100 | 1010101 | 1101 | 111001 | 1001011 | 110010 |
Color Harmonies of #DFD521
Complementary color
Monochromatic Colors of #DFD521
Black with #DFD521
Text Example
Text Example
White with #DFD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD521; }
p { color: rgb(223,213,33); }
H1.HeaderClassName
{
color: #DFD521;
}
.AnyTagClassName
{
color: #DFD521;
}
</style>
background-color css
<style>
a { background-color: #DFD521; }
a { background-color: rgb(223,213,33); }
div.DivClassName
{
background-color: #DFD521;
}
.BgClassName
{
background-color: #DFD521;
}
</style>
border-color css
<style>
span { border-color: #DFD521; }
span { border-color: rgb(223,213,33); }
td.TdClassName
{
border-color: #DFD521;
}
.TagClassName
{
border-color: #DFD521;
}
</style>