Shades of Brandy #DFB287
Tints of Brandy #DFB287
RGB
CMYK
RGB Variations
Color information
#DFB287 (or 0xDFB287) is known color: Brandy. HEX triplet: DF, B2 and 87. RGB value is (223,178,135). Sum of RGB (Red+Green+Blue) = 223+178+135=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB287 is #204D78. Grayscale: #BABABA. Windows color (decimal): -2116985 or 8893151. OLE color: 8893151.
HSL color Cylindrical-coordinate representation of color #DFB287: hue angle of 29.32º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFB287 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 135 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.13 |
| HSL | 29.32º | 0.58% | 0.7% | - |
| HSV(B) | 29.32º | 0.39% | 0.87% | - |
| XYZ | 50.73 | 49.28 | 29.76 | - |
| YUV | 186.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 135 | 0 | 0.20 | 0.39 | 0.13 | 29.32 | 0.58 | 0.7 |
| Hex | DF | B2 | 87 | 0 | 14 | 27 | D | 1D | 3A | 46 |
| Octal | 337 | 262 | 207 | 0 | 24 | 47 | 15 | 35 | 72 | 106 |
| Binary | 11011111 | 10110010 | 10000111 | 0 | 10100 | 100111 | 1101 | 11101 | 111010 | 1000110 |
Color Harmonies of #DFB287
Complementary color
Monochromatic Colors of #DFB287
Black with #DFB287
Text Example
Text Example
White with #DFB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB287; }
p { color: rgb(223,178,135); }
H1.HeaderClassName
{
color: #DFB287;
}
.AnyTagClassName
{
color: #DFB287;
}
</style>
background-color css
<style>
a { background-color: #DFB287; }
a { background-color: rgb(223,178,135); }
div.DivClassName
{
background-color: #DFB287;
}
.BgClassName
{
background-color: #DFB287;
}
</style>
border-color css
<style>
span { border-color: #DFB287; }
span { border-color: rgb(223,178,135); }
td.TdClassName
{
border-color: #DFB287;
}
.TagClassName
{
border-color: #DFB287;
}
</style>