Shades of Barberry #DFD222
Tints of Barberry #DFD222
RGB
CMYK
RGB Variations
Color information
#DFD222 (or 0xDFD222) is known color: Barberry. HEX triplet: DF, D2 and 22. RGB value is (223,210,34). Sum of RGB (Red+Green+Blue) = 223+210+34=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD222 is #202DDD. Grayscale: #C2C2C2. Windows color (decimal): -2108894 or 2282207. OLE color: 2282207.
HSL color Cylindrical-coordinate representation of color #DFD222: hue angle of 55.87º 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 #DFD222 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.13 |
| HSL | 55.87º | 0.75% | 0.5% | - |
| HSV(B) | 55.87º | 0.85% | 0.87% | - |
| XYZ | 53.77 | 61.9 | 10.63 | - |
| YUV | 193.82 | 37.81 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 34 | 0 | 0.06 | 0.85 | 0.13 | 55.87 | 0.75 | 0.5 |
| Hex | DF | D2 | 22 | 0 | 6 | 55 | D | 38 | 4B | 32 |
| Octal | 337 | 322 | 42 | 0 | 6 | 125 | 15 | 70 | 113 | 62 |
| Binary | 11011111 | 11010010 | 100010 | 0 | 110 | 1010101 | 1101 | 111000 | 1001011 | 110010 |
Color Harmonies of #DFD222
Complementary color
Monochromatic Colors of #DFD222
Black with #DFD222
Text Example
Text Example
White with #DFD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD222; }
p { color: rgb(223,210,34); }
H1.HeaderClassName
{
color: #DFD222;
}
.AnyTagClassName
{
color: #DFD222;
}
</style>
background-color css
<style>
a { background-color: #DFD222; }
a { background-color: rgb(223,210,34); }
div.DivClassName
{
background-color: #DFD222;
}
.BgClassName
{
background-color: #DFD222;
}
</style>
border-color css
<style>
span { border-color: #DFD222; }
span { border-color: rgb(223,210,34); }
td.TdClassName
{
border-color: #DFD222;
}
.TagClassName
{
border-color: #DFD222;
}
</style>