Shades of Brandy #DFB88B
Tints of Brandy #DFB88B
RGB
CMYK
RGB Variations
Color information
#DFB88B (or 0xDFB88B) is known color: Brandy. HEX triplet: DF, B8 and 8B. RGB value is (223,184,139). Sum of RGB (Red+Green+Blue) = 223+184+139=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB88B is #204774. Grayscale: #BEBEBE. Windows color (decimal): -2115445 or 9156831. OLE color: 9156831.
HSL color Cylindrical-coordinate representation of color #DFB88B: hue angle of 32.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFB88B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 139 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.13 |
| HSL | 32.14º | 0.57% | 0.71% | - |
| HSV(B) | 32.14º | 0.38% | 0.87% | - |
| XYZ | 52.23 | 51.83 | 31.68 | - |
| YUV | 190.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 139 | 0 | 0.17 | 0.38 | 0.13 | 32.14 | 0.57 | 0.71 |
| Hex | DF | B8 | 8B | 0 | 11 | 26 | D | 20 | 39 | 47 |
| Octal | 337 | 270 | 213 | 0 | 21 | 46 | 15 | 40 | 71 | 107 |
| Binary | 11011111 | 10111000 | 10001011 | 0 | 10001 | 100110 | 1101 | 100000 | 111001 | 1000111 |
Color Harmonies of #DFB88B
Complementary color
Monochromatic Colors of #DFB88B
Black with #DFB88B
Text Example
Text Example
White with #DFB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB88B; }
p { color: rgb(223,184,139); }
H1.HeaderClassName
{
color: #DFB88B;
}
.AnyTagClassName
{
color: #DFB88B;
}
</style>
background-color css
<style>
a { background-color: #DFB88B; }
a { background-color: rgb(223,184,139); }
div.DivClassName
{
background-color: #DFB88B;
}
.BgClassName
{
background-color: #DFB88B;
}
</style>
border-color css
<style>
span { border-color: #DFB88B; }
span { border-color: rgb(223,184,139); }
td.TdClassName
{
border-color: #DFB88B;
}
.TagClassName
{
border-color: #DFB88B;
}
</style>