Shades of Barberry #DFD221
Tints of Barberry #DFD221
RGB
CMYK
RGB Variations
Color information
#DFD221 (or 0xDFD221) is known color: Barberry. HEX triplet: DF, D2 and 21. RGB value is (223,210,33). Sum of RGB (Red+Green+Blue) = 223+210+33=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD221 is #202DDE. Grayscale: #C2C2C2. Windows color (decimal): -2108895 or 2216671. OLE color: 2216671.
HSL color Cylindrical-coordinate representation of color #DFD221: hue angle of 55.89º 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 #DFD221 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 33 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.13 |
| HSL | 55.89º | 0.75% | 0.5% | - |
| HSV(B) | 55.89º | 0.85% | 0.87% | - |
| XYZ | 53.75 | 61.89 | 10.55 | - |
| YUV | 193.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 33 | 0 | 0.06 | 0.85 | 0.13 | 55.89 | 0.75 | 0.5 |
| Hex | DF | D2 | 21 | 0 | 6 | 55 | D | 38 | 4B | 32 |
| Octal | 337 | 322 | 41 | 0 | 6 | 125 | 15 | 70 | 113 | 62 |
| Binary | 11011111 | 11010010 | 100001 | 0 | 110 | 1010101 | 1101 | 111000 | 1001011 | 110010 |
Color Harmonies of #DFD221
Complementary color
Monochromatic Colors of #DFD221
Black with #DFD221
Text Example
Text Example
White with #DFD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD221; }
p { color: rgb(223,210,33); }
H1.HeaderClassName
{
color: #DFD221;
}
.AnyTagClassName
{
color: #DFD221;
}
</style>
background-color css
<style>
a { background-color: #DFD221; }
a { background-color: rgb(223,210,33); }
div.DivClassName
{
background-color: #DFD221;
}
.BgClassName
{
background-color: #DFD221;
}
</style>
border-color css
<style>
span { border-color: #DFD221; }
span { border-color: rgb(223,210,33); }
td.TdClassName
{
border-color: #DFD221;
}
.TagClassName
{
border-color: #DFD221;
}
</style>