Shades of Barberry #DFD123
Tints of Barberry #DFD123
RGB
CMYK
RGB Variations
Color information
#DFD123 (or 0xDFD123) is known color: Barberry. HEX triplet: DF, D1 and 23. RGB value is (223,209,35). Sum of RGB (Red+Green+Blue) = 223+209+35=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD123 is #202EDC. Grayscale: #C2C2C2. Windows color (decimal): -2109149 or 2347487. OLE color: 2347487.
HSL color Cylindrical-coordinate representation of color #DFD123: hue angle of 55.53º 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 #DFD123 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 35 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.13 |
| HSL | 55.53º | 0.75% | 0.51% | - |
| HSV(B) | 55.53º | 0.84% | 0.87% | - |
| XYZ | 53.54 | 61.41 | 10.62 | - |
| YUV | 193.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 35 | 0 | 0.06 | 0.84 | 0.13 | 55.53 | 0.75 | 0.51 |
| Hex | DF | D1 | 23 | 0 | 6 | 54 | D | 38 | 4B | 33 |
| Octal | 337 | 321 | 43 | 0 | 6 | 124 | 15 | 70 | 113 | 63 |
| Binary | 11011111 | 11010001 | 100011 | 0 | 110 | 1010100 | 1101 | 111000 | 1001011 | 110011 |
Color Harmonies of #DFD123
Complementary color
Monochromatic Colors of #DFD123
Black with #DFD123
Text Example
Text Example
White with #DFD123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD123; }
p { color: rgb(223,209,35); }
H1.HeaderClassName
{
color: #DFD123;
}
.AnyTagClassName
{
color: #DFD123;
}
</style>
background-color css
<style>
a { background-color: #DFD123; }
a { background-color: rgb(223,209,35); }
div.DivClassName
{
background-color: #DFD123;
}
.BgClassName
{
background-color: #DFD123;
}
</style>
border-color css
<style>
span { border-color: #DFD123; }
span { border-color: rgb(223,209,35); }
td.TdClassName
{
border-color: #DFD123;
}
.TagClassName
{
border-color: #DFD123;
}
</style>