Shades of Brandy #DFB089
Tints of Brandy #DFB089
RGB
CMYK
RGB Variations
Color information
#DFB089 (or 0xDFB089) is known color: Brandy. HEX triplet: DF, B0 and 89. RGB value is (223,176,137). Sum of RGB (Red+Green+Blue) = 223+176+137=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB089 is #204F76. Grayscale: #B9B9B9. Windows color (decimal): -2117495 or 9023711. OLE color: 9023711.
HSL color Cylindrical-coordinate representation of color #DFB089: hue angle of 27.21º 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 #DFB089 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 137 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.13 |
| HSL | 27.21º | 0.57% | 0.71% | - |
| HSV(B) | 27.21º | 0.39% | 0.87% | - |
| XYZ | 50.47 | 48.54 | 30.38 | - |
| YUV | 185.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 137 | 0 | 0.21 | 0.39 | 0.13 | 27.21 | 0.57 | 0.71 |
| Hex | DF | B0 | 89 | 0 | 15 | 27 | D | 1B | 39 | 47 |
| Octal | 337 | 260 | 211 | 0 | 25 | 47 | 15 | 33 | 71 | 107 |
| Binary | 11011111 | 10110000 | 10001001 | 0 | 10101 | 100111 | 1101 | 11011 | 111001 | 1000111 |
Color Harmonies of #DFB089
Complementary color
Monochromatic Colors of #DFB089
Black with #DFB089
Text Example
Text Example
White with #DFB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB089; }
p { color: rgb(223,176,137); }
H1.HeaderClassName
{
color: #DFB089;
}
.AnyTagClassName
{
color: #DFB089;
}
</style>
background-color css
<style>
a { background-color: #DFB089; }
a { background-color: rgb(223,176,137); }
div.DivClassName
{
background-color: #DFB089;
}
.BgClassName
{
background-color: #DFB089;
}
</style>
border-color css
<style>
span { border-color: #DFB089; }
span { border-color: rgb(223,176,137); }
td.TdClassName
{
border-color: #DFB089;
}
.TagClassName
{
border-color: #DFB089;
}
</style>