Shades of Barberry #DFD11A
Tints of Barberry #DFD11A
RGB
CMYK
RGB Variations
Color information
#DFD11A (or 0xDFD11A) is known color: Barberry. HEX triplet: DF, D1 and 1A. RGB value is (223,209,26). Sum of RGB (Red+Green+Blue) = 223+209+26=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD11A is #202EE5. Grayscale: #C1C1C1. Windows color (decimal): -2109158 or 1757663. OLE color: 1757663.
HSL color Cylindrical-coordinate representation of color #DFD11A: hue angle of 55.74º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFD11A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 26 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.13 |
| HSL | 55.74º | 0.79% | 0.49% | - |
| HSV(B) | 55.74º | 0.88% | 0.87% | - |
| XYZ | 53.42 | 61.36 | 10.01 | - |
| YUV | 192.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 26 | 0 | 0.06 | 0.88 | 0.13 | 55.74 | 0.79 | 0.49 |
| Hex | DF | D1 | 1A | 0 | 6 | 58 | D | 38 | 4F | 31 |
| Octal | 337 | 321 | 32 | 0 | 6 | 130 | 15 | 70 | 117 | 61 |
| Binary | 11011111 | 11010001 | 11010 | 0 | 110 | 1011000 | 1101 | 111000 | 1001111 | 110001 |
Color Harmonies of #DFD11A
Complementary color
Monochromatic Colors of #DFD11A
Black with #DFD11A
Text Example
Text Example
White with #DFD11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD11A; }
p { color: rgb(223,209,26); }
H1.HeaderClassName
{
color: #DFD11A;
}
.AnyTagClassName
{
color: #DFD11A;
}
</style>
background-color css
<style>
a { background-color: #DFD11A; }
a { background-color: rgb(223,209,26); }
div.DivClassName
{
background-color: #DFD11A;
}
.BgClassName
{
background-color: #DFD11A;
}
</style>
border-color css
<style>
span { border-color: #DFD11A; }
span { border-color: rgb(223,209,26); }
td.TdClassName
{
border-color: #DFD11A;
}
.TagClassName
{
border-color: #DFD11A;
}
</style>