Shades of Barberry #DFD421
Tints of Barberry #DFD421
RGB
CMYK
RGB Variations
Color information
#DFD421 (or 0xDFD421) is known color: Barberry. HEX triplet: DF, D4 and 21. RGB value is (223,212,33). Sum of RGB (Red+Green+Blue) = 223+212+33=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD421 is #202BDE. Grayscale: #C3C3C3. Windows color (decimal): -2108383 or 2217183. OLE color: 2217183.
HSL color Cylindrical-coordinate representation of color #DFD421: hue angle of 56.53º 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 #DFD421 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 33 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.13 |
| HSL | 56.53º | 0.75% | 0.5% | - |
| HSV(B) | 56.53º | 0.85% | 0.87% | - |
| XYZ | 54.25 | 62.88 | 10.72 | - |
| YUV | 194.88 | 36.64 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 33 | 0 | 0.05 | 0.85 | 0.13 | 56.53 | 0.75 | 0.5 |
| Hex | DF | D4 | 21 | 0 | 5 | 55 | D | 39 | 4B | 32 |
| Octal | 337 | 324 | 41 | 0 | 5 | 125 | 15 | 71 | 113 | 62 |
| Binary | 11011111 | 11010100 | 100001 | 0 | 101 | 1010101 | 1101 | 111001 | 1001011 | 110010 |
Color Harmonies of #DFD421
Complementary color
Monochromatic Colors of #DFD421
Black with #DFD421
Text Example
Text Example
White with #DFD421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD421; }
p { color: rgb(223,212,33); }
H1.HeaderClassName
{
color: #DFD421;
}
.AnyTagClassName
{
color: #DFD421;
}
</style>
background-color css
<style>
a { background-color: #DFD421; }
a { background-color: rgb(223,212,33); }
div.DivClassName
{
background-color: #DFD421;
}
.BgClassName
{
background-color: #DFD421;
}
</style>
border-color css
<style>
span { border-color: #DFD421; }
span { border-color: rgb(223,212,33); }
td.TdClassName
{
border-color: #DFD421;
}
.TagClassName
{
border-color: #DFD421;
}
</style>