Shades of Barberry #DFD11C
Tints of Barberry #DFD11C
RGB
CMYK
RGB Variations
Color information
#DFD11C (or 0xDFD11C) is known color: Barberry. HEX triplet: DF, D1 and 1C. RGB value is (223,209,28). Sum of RGB (Red+Green+Blue) = 223+209+28=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD11C is #202EE3. Grayscale: #C1C1C1. Windows color (decimal): -2109156 or 1888735. OLE color: 1888735.
HSL color Cylindrical-coordinate representation of color #DFD11C: hue angle of 55.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFD11C is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 28 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.13 |
| HSL | 55.69º | 0.78% | 0.49% | - |
| HSV(B) | 55.69º | 0.87% | 0.87% | - |
| XYZ | 53.44 | 61.37 | 10.13 | - |
| YUV | 192.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 28 | 0 | 0.06 | 0.87 | 0.13 | 55.69 | 0.78 | 0.49 |
| Hex | DF | D1 | 1C | 0 | 6 | 57 | D | 38 | 4E | 31 |
| Octal | 337 | 321 | 34 | 0 | 6 | 127 | 15 | 70 | 116 | 61 |
| Binary | 11011111 | 11010001 | 11100 | 0 | 110 | 1010111 | 1101 | 111000 | 1001110 | 110001 |
Color Harmonies of #DFD11C
Complementary color
Monochromatic Colors of #DFD11C
Black with #DFD11C
Text Example
Text Example
White with #DFD11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD11C; }
p { color: rgb(223,209,28); }
H1.HeaderClassName
{
color: #DFD11C;
}
.AnyTagClassName
{
color: #DFD11C;
}
</style>
background-color css
<style>
a { background-color: #DFD11C; }
a { background-color: rgb(223,209,28); }
div.DivClassName
{
background-color: #DFD11C;
}
.BgClassName
{
background-color: #DFD11C;
}
</style>
border-color css
<style>
span { border-color: #DFD11C; }
span { border-color: rgb(223,209,28); }
td.TdClassName
{
border-color: #DFD11C;
}
.TagClassName
{
border-color: #DFD11C;
}
</style>