Shades of Brandy #DFB487
Tints of Brandy #DFB487
RGB
CMYK
RGB Variations
Color information
#DFB487 (or 0xDFB487) is known color: Brandy. HEX triplet: DF, B4 and 87. RGB value is (223,180,135). Sum of RGB (Red+Green+Blue) = 223+180+135=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB487 is #204B78. Grayscale: #BBBBBB. Windows color (decimal): -2116473 or 8893663. OLE color: 8893663.
HSL color Cylindrical-coordinate representation of color #DFB487: hue angle of 30.68º 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 #DFB487 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 135 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.13 |
| HSL | 30.68º | 0.58% | 0.7% | - |
| HSV(B) | 30.68º | 0.39% | 0.87% | - |
| XYZ | 51.13 | 50.08 | 29.89 | - |
| YUV | 187.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 135 | 0 | 0.19 | 0.39 | 0.13 | 30.68 | 0.58 | 0.7 |
| Hex | DF | B4 | 87 | 0 | 13 | 27 | D | 1F | 3A | 46 |
| Octal | 337 | 264 | 207 | 0 | 23 | 47 | 15 | 37 | 72 | 106 |
| Binary | 11011111 | 10110100 | 10000111 | 0 | 10011 | 100111 | 1101 | 11111 | 111010 | 1000110 |
Color Harmonies of #DFB487
Complementary color
Monochromatic Colors of #DFB487
Black with #DFB487
Text Example
Text Example
White with #DFB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB487; }
p { color: rgb(223,180,135); }
H1.HeaderClassName
{
color: #DFB487;
}
.AnyTagClassName
{
color: #DFB487;
}
</style>
background-color css
<style>
a { background-color: #DFB487; }
a { background-color: rgb(223,180,135); }
div.DivClassName
{
background-color: #DFB487;
}
.BgClassName
{
background-color: #DFB487;
}
</style>
border-color css
<style>
span { border-color: #DFB487; }
span { border-color: rgb(223,180,135); }
td.TdClassName
{
border-color: #DFB487;
}
.TagClassName
{
border-color: #DFB487;
}
</style>