Shades of Brandy #DFB486
Tints of Brandy #DFB486
RGB
CMYK
RGB Variations
Color information
#DFB486 (or 0xDFB486) is known color: Brandy. HEX triplet: DF, B4 and 86. RGB value is (223,180,134). Sum of RGB (Red+Green+Blue) = 223+180+134=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB486 is #204B79. Grayscale: #BBBBBB. Windows color (decimal): -2116474 or 8828127. OLE color: 8828127.
HSL color Cylindrical-coordinate representation of color #DFB486: hue angle of 31.01º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB486 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 134 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.13 |
| HSL | 31.01º | 0.58% | 0.7% | - |
| HSV(B) | 31.01º | 0.4% | 0.87% | - |
| XYZ | 51.06 | 50.05 | 29.52 | - |
| YUV | 187.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 134 | 0 | 0.19 | 0.40 | 0.13 | 31.01 | 0.58 | 0.7 |
| Hex | DF | B4 | 86 | 0 | 13 | 28 | D | 1F | 3A | 46 |
| Octal | 337 | 264 | 206 | 0 | 23 | 50 | 15 | 37 | 72 | 106 |
| Binary | 11011111 | 10110100 | 10000110 | 0 | 10011 | 101000 | 1101 | 11111 | 111010 | 1000110 |
Color Harmonies of #DFB486
Complementary color
Monochromatic Colors of #DFB486
Black with #DFB486
Text Example
Text Example
White with #DFB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB486; }
p { color: rgb(223,180,134); }
H1.HeaderClassName
{
color: #DFB486;
}
.AnyTagClassName
{
color: #DFB486;
}
</style>
background-color css
<style>
a { background-color: #DFB486; }
a { background-color: rgb(223,180,134); }
div.DivClassName
{
background-color: #DFB486;
}
.BgClassName
{
background-color: #DFB486;
}
</style>
border-color css
<style>
span { border-color: #DFB486; }
span { border-color: rgb(223,180,134); }
td.TdClassName
{
border-color: #DFB486;
}
.TagClassName
{
border-color: #DFB486;
}
</style>