Shades of Brandy #DFB88D
Tints of Brandy #DFB88D
RGB
CMYK
RGB Variations
Color information
#DFB88D (or 0xDFB88D) is known color: Brandy. HEX triplet: DF, B8 and 8D. RGB value is (223,184,141). Sum of RGB (Red+Green+Blue) = 223+184+141=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB88D is #204772. Grayscale: #BEBEBE. Windows color (decimal): -2115443 or 9287903. OLE color: 9287903.
HSL color Cylindrical-coordinate representation of color #DFB88D: hue angle of 31.46º 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 #DFB88D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 141 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 31.46º | 0.56% | 0.71% | - |
| HSV(B) | 31.46º | 0.37% | 0.87% | - |
| XYZ | 52.38 | 51.89 | 32.45 | - |
| YUV | 190.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 141 | 0 | 0.17 | 0.37 | 0.13 | 31.46 | 0.56 | 0.71 |
| Hex | DF | B8 | 8D | 0 | 11 | 25 | D | 1F | 38 | 47 |
| Octal | 337 | 270 | 215 | 0 | 21 | 45 | 15 | 37 | 70 | 107 |
| Binary | 11011111 | 10111000 | 10001101 | 0 | 10001 | 100101 | 1101 | 11111 | 111000 | 1000111 |
Color Harmonies of #DFB88D
Complementary color
Monochromatic Colors of #DFB88D
Black with #DFB88D
Text Example
Text Example
White with #DFB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB88D; }
p { color: rgb(223,184,141); }
H1.HeaderClassName
{
color: #DFB88D;
}
.AnyTagClassName
{
color: #DFB88D;
}
</style>
background-color css
<style>
a { background-color: #DFB88D; }
a { background-color: rgb(223,184,141); }
div.DivClassName
{
background-color: #DFB88D;
}
.BgClassName
{
background-color: #DFB88D;
}
</style>
border-color css
<style>
span { border-color: #DFB88D; }
span { border-color: rgb(223,184,141); }
td.TdClassName
{
border-color: #DFB88D;
}
.TagClassName
{
border-color: #DFB88D;
}
</style>