Shades of Brandy #DFB286
Tints of Brandy #DFB286
RGB
CMYK
RGB Variations
Color information
#DFB286 (or 0xDFB286) is known color: Brandy. HEX triplet: DF, B2 and 86. RGB value is (223,178,134). Sum of RGB (Red+Green+Blue) = 223+178+134=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB286 is #204D79. Grayscale: #BABABA. Windows color (decimal): -2116986 or 8827615. OLE color: 8827615.
HSL color Cylindrical-coordinate representation of color #DFB286: hue angle of 29.66º 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 #DFB286 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 134 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.13 |
| HSL | 29.66º | 0.58% | 0.7% | - |
| HSV(B) | 29.66º | 0.4% | 0.87% | - |
| XYZ | 50.65 | 49.25 | 29.39 | - |
| YUV | 186.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 134 | 0 | 0.20 | 0.40 | 0.13 | 29.66 | 0.58 | 0.7 |
| Hex | DF | B2 | 86 | 0 | 14 | 28 | D | 1E | 3A | 46 |
| Octal | 337 | 262 | 206 | 0 | 24 | 50 | 15 | 36 | 72 | 106 |
| Binary | 11011111 | 10110010 | 10000110 | 0 | 10100 | 101000 | 1101 | 11110 | 111010 | 1000110 |
Color Harmonies of #DFB286
Complementary color
Monochromatic Colors of #DFB286
Black with #DFB286
Text Example
Text Example
White with #DFB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB286; }
p { color: rgb(223,178,134); }
H1.HeaderClassName
{
color: #DFB286;
}
.AnyTagClassName
{
color: #DFB286;
}
</style>
background-color css
<style>
a { background-color: #DFB286; }
a { background-color: rgb(223,178,134); }
div.DivClassName
{
background-color: #DFB286;
}
.BgClassName
{
background-color: #DFB286;
}
</style>
border-color css
<style>
span { border-color: #DFB286; }
span { border-color: rgb(223,178,134); }
td.TdClassName
{
border-color: #DFB286;
}
.TagClassName
{
border-color: #DFB286;
}
</style>