Shades of Barberry #DFD223
Tints of Barberry #DFD223
RGB
CMYK
RGB Variations
Color information
#DFD223 (or 0xDFD223) is known color: Barberry. HEX triplet: DF, D2 and 23. RGB value is (223,210,35). Sum of RGB (Red+Green+Blue) = 223+210+35=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD223 is #202DDC. Grayscale: #C2C2C2. Windows color (decimal): -2108893 or 2347743. OLE color: 2347743.
HSL color Cylindrical-coordinate representation of color #DFD223: hue angle of 55.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFD223 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 35 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.13 |
| HSL | 55.85º | 0.75% | 0.51% | - |
| HSV(B) | 55.85º | 0.84% | 0.87% | - |
| XYZ | 53.78 | 61.9 | 10.7 | - |
| YUV | 193.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 35 | 0 | 0.06 | 0.84 | 0.13 | 55.85 | 0.75 | 0.51 |
| Hex | DF | D2 | 23 | 0 | 6 | 54 | D | 38 | 4B | 33 |
| Octal | 337 | 322 | 43 | 0 | 6 | 124 | 15 | 70 | 113 | 63 |
| Binary | 11011111 | 11010010 | 100011 | 0 | 110 | 1010100 | 1101 | 111000 | 1001011 | 110011 |
Color Harmonies of #DFD223
Complementary color
Monochromatic Colors of #DFD223
Black with #DFD223
Text Example
Text Example
White with #DFD223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD223; }
p { color: rgb(223,210,35); }
H1.HeaderClassName
{
color: #DFD223;
}
.AnyTagClassName
{
color: #DFD223;
}
</style>
background-color css
<style>
a { background-color: #DFD223; }
a { background-color: rgb(223,210,35); }
div.DivClassName
{
background-color: #DFD223;
}
.BgClassName
{
background-color: #DFD223;
}
</style>
border-color css
<style>
span { border-color: #DFD223; }
span { border-color: rgb(223,210,35); }
td.TdClassName
{
border-color: #DFD223;
}
.TagClassName
{
border-color: #DFD223;
}
</style>