Shades of Brandy #DFB189
Tints of Brandy #DFB189
RGB
CMYK
RGB Variations
Color information
#DFB189 (or 0xDFB189) is known color: Brandy. HEX triplet: DF, B1 and 89. RGB value is (223,177,137). Sum of RGB (Red+Green+Blue) = 223+177+137=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB189 is #204E76. Grayscale: #BABABA. Windows color (decimal): -2117239 or 9023967. OLE color: 9023967.
HSL color Cylindrical-coordinate representation of color #DFB189: hue angle of 27.91º 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 #DFB189 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 137 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.13 |
| HSL | 27.91º | 0.57% | 0.71% | - |
| HSV(B) | 27.91º | 0.39% | 0.87% | - |
| XYZ | 50.67 | 48.94 | 30.44 | - |
| YUV | 186.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 137 | 0 | 0.21 | 0.39 | 0.13 | 27.91 | 0.57 | 0.71 |
| Hex | DF | B1 | 89 | 0 | 15 | 27 | D | 1C | 39 | 47 |
| Octal | 337 | 261 | 211 | 0 | 25 | 47 | 15 | 34 | 71 | 107 |
| Binary | 11011111 | 10110001 | 10001001 | 0 | 10101 | 100111 | 1101 | 11100 | 111001 | 1000111 |
Color Harmonies of #DFB189
Complementary color
Monochromatic Colors of #DFB189
Black with #DFB189
Text Example
Text Example
White with #DFB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB189; }
p { color: rgb(223,177,137); }
H1.HeaderClassName
{
color: #DFB189;
}
.AnyTagClassName
{
color: #DFB189;
}
</style>
background-color css
<style>
a { background-color: #DFB189; }
a { background-color: rgb(223,177,137); }
div.DivClassName
{
background-color: #DFB189;
}
.BgClassName
{
background-color: #DFB189;
}
</style>
border-color css
<style>
span { border-color: #DFB189; }
span { border-color: rgb(223,177,137); }
td.TdClassName
{
border-color: #DFB189;
}
.TagClassName
{
border-color: #DFB189;
}
</style>