Shades of Brandy #DFB98D
Tints of Brandy #DFB98D
RGB
CMYK
RGB Variations
Color information
#DFB98D (or 0xDFB98D) is known color: Brandy. HEX triplet: DF, B9 and 8D. RGB value is (223,185,141). Sum of RGB (Red+Green+Blue) = 223+185+141=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB98D is #204672. Grayscale: #BFBFBF. Windows color (decimal): -2115187 or 9288159. OLE color: 9288159.
HSL color Cylindrical-coordinate representation of color #DFB98D: hue angle of 32.2º 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 #DFB98D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 141 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 32.2º | 0.56% | 0.71% | - |
| HSV(B) | 32.2º | 0.37% | 0.87% | - |
| XYZ | 52.59 | 52.31 | 32.52 | - |
| YUV | 191.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 141 | 0 | 0.17 | 0.37 | 0.13 | 32.2 | 0.56 | 0.71 |
| Hex | DF | B9 | 8D | 0 | 11 | 25 | D | 20 | 38 | 47 |
| Octal | 337 | 271 | 215 | 0 | 21 | 45 | 15 | 40 | 70 | 107 |
| Binary | 11011111 | 10111001 | 10001101 | 0 | 10001 | 100101 | 1101 | 100000 | 111000 | 1000111 |
Color Harmonies of #DFB98D
Complementary color
Monochromatic Colors of #DFB98D
Black with #DFB98D
Text Example
Text Example
White with #DFB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB98D; }
p { color: rgb(223,185,141); }
H1.HeaderClassName
{
color: #DFB98D;
}
.AnyTagClassName
{
color: #DFB98D;
}
</style>
background-color css
<style>
a { background-color: #DFB98D; }
a { background-color: rgb(223,185,141); }
div.DivClassName
{
background-color: #DFB98D;
}
.BgClassName
{
background-color: #DFB98D;
}
</style>
border-color css
<style>
span { border-color: #DFB98D; }
span { border-color: rgb(223,185,141); }
td.TdClassName
{
border-color: #DFB98D;
}
.TagClassName
{
border-color: #DFB98D;
}
</style>