Shades of Brandy #DFB389
Tints of Brandy #DFB389
RGB
CMYK
RGB Variations
Color information
#DFB389 (or 0xDFB389) is known color: Brandy. HEX triplet: DF, B3 and 89. RGB value is (223,179,137). Sum of RGB (Red+Green+Blue) = 223+179+137=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB389 is #204C76. Grayscale: #BBBBBB. Windows color (decimal): -2116727 or 9024479. OLE color: 9024479.
HSL color Cylindrical-coordinate representation of color #DFB389: hue angle of 29.3º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFB389 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 137 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.13 |
| HSL | 29.3º | 0.57% | 0.71% | - |
| HSV(B) | 29.3º | 0.39% | 0.87% | - |
| XYZ | 51.07 | 49.73 | 30.58 | - |
| YUV | 187.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 137 | 0 | 0.20 | 0.39 | 0.13 | 29.3 | 0.57 | 0.71 |
| Hex | DF | B3 | 89 | 0 | 14 | 27 | D | 1D | 39 | 47 |
| Octal | 337 | 263 | 211 | 0 | 24 | 47 | 15 | 35 | 71 | 107 |
| Binary | 11011111 | 10110011 | 10001001 | 0 | 10100 | 100111 | 1101 | 11101 | 111001 | 1000111 |
Color Harmonies of #DFB389
Complementary color
Monochromatic Colors of #DFB389
Black with #DFB389
Text Example
Text Example
White with #DFB389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB389; }
p { color: rgb(223,179,137); }
H1.HeaderClassName
{
color: #DFB389;
}
.AnyTagClassName
{
color: #DFB389;
}
</style>
background-color css
<style>
a { background-color: #DFB389; }
a { background-color: rgb(223,179,137); }
div.DivClassName
{
background-color: #DFB389;
}
.BgClassName
{
background-color: #DFB389;
}
</style>
border-color css
<style>
span { border-color: #DFB389; }
span { border-color: rgb(223,179,137); }
td.TdClassName
{
border-color: #DFB389;
}
.TagClassName
{
border-color: #DFB389;
}
</style>