Shades of Brandy #DFBA8D
Tints of Brandy #DFBA8D
RGB
CMYK
RGB Variations
Color information
#DFBA8D (or 0xDFBA8D) is known color: Brandy. HEX triplet: DF, BA and 8D. RGB value is (223,186,141). Sum of RGB (Red+Green+Blue) = 223+186+141=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA8D is #204572. Grayscale: #C0C0C0. Windows color (decimal): -2114931 or 9288415. OLE color: 9288415.
HSL color Cylindrical-coordinate representation of color #DFBA8D: hue angle of 32.93º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFBA8D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 141 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 32.93º | 0.56% | 0.71% | - |
| HSV(B) | 32.93º | 0.37% | 0.87% | - |
| XYZ | 52.8 | 52.73 | 32.59 | - |
| YUV | 191.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 141 | 0 | 0.17 | 0.37 | 0.13 | 32.93 | 0.56 | 0.71 |
| Hex | DF | BA | 8D | 0 | 11 | 25 | D | 21 | 38 | 47 |
| Octal | 337 | 272 | 215 | 0 | 21 | 45 | 15 | 41 | 70 | 107 |
| Binary | 11011111 | 10111010 | 10001101 | 0 | 10001 | 100101 | 1101 | 100001 | 111000 | 1000111 |
Color Harmonies of #DFBA8D
Complementary color
Monochromatic Colors of #DFBA8D
Black with #DFBA8D
Text Example
Text Example
White with #DFBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA8D; }
p { color: rgb(223,186,141); }
H1.HeaderClassName
{
color: #DFBA8D;
}
.AnyTagClassName
{
color: #DFBA8D;
}
</style>
background-color css
<style>
a { background-color: #DFBA8D; }
a { background-color: rgb(223,186,141); }
div.DivClassName
{
background-color: #DFBA8D;
}
.BgClassName
{
background-color: #DFBA8D;
}
</style>
border-color css
<style>
span { border-color: #DFBA8D; }
span { border-color: rgb(223,186,141); }
td.TdClassName
{
border-color: #DFBA8D;
}
.TagClassName
{
border-color: #DFBA8D;
}
</style>