Shades of Barberry #DFD122
Tints of Barberry #DFD122
RGB
CMYK
RGB Variations
Color information
#DFD122 (or 0xDFD122) is known color: Barberry. HEX triplet: DF, D1 and 22. RGB value is (223,209,34). Sum of RGB (Red+Green+Blue) = 223+209+34=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD122 is #202EDD. Grayscale: #C1C1C1. Windows color (decimal): -2109150 or 2281951. OLE color: 2281951.
HSL color Cylindrical-coordinate representation of color #DFD122: hue angle of 55.56º 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 #DFD122 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 34 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.13 |
| HSL | 55.56º | 0.75% | 0.5% | - |
| HSV(B) | 55.56º | 0.85% | 0.87% | - |
| XYZ | 53.52 | 61.4 | 10.54 | - |
| YUV | 193.24 | 38.14 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 34 | 0 | 0.06 | 0.85 | 0.13 | 55.56 | 0.75 | 0.5 |
| Hex | DF | D1 | 22 | 0 | 6 | 55 | D | 38 | 4B | 32 |
| Octal | 337 | 321 | 42 | 0 | 6 | 125 | 15 | 70 | 113 | 62 |
| Binary | 11011111 | 11010001 | 100010 | 0 | 110 | 1010101 | 1101 | 111000 | 1001011 | 110010 |
Color Harmonies of #DFD122
Complementary color
Monochromatic Colors of #DFD122
Black with #DFD122
Text Example
Text Example
White with #DFD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD122; }
p { color: rgb(223,209,34); }
H1.HeaderClassName
{
color: #DFD122;
}
.AnyTagClassName
{
color: #DFD122;
}
</style>
background-color css
<style>
a { background-color: #DFD122; }
a { background-color: rgb(223,209,34); }
div.DivClassName
{
background-color: #DFD122;
}
.BgClassName
{
background-color: #DFD122;
}
</style>
border-color css
<style>
span { border-color: #DFD122; }
span { border-color: rgb(223,209,34); }
td.TdClassName
{
border-color: #DFD122;
}
.TagClassName
{
border-color: #DFD122;
}
</style>