Shades of Brandy #DFB18B
Tints of Brandy #DFB18B
RGB
CMYK
RGB Variations
Color information
#DFB18B (or 0xDFB18B) is known color: Brandy. HEX triplet: DF, B1 and 8B. RGB value is (223,177,139). Sum of RGB (Red+Green+Blue) = 223+177+139=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB18B is #204E74. Grayscale: #BABABA. Windows color (decimal): -2117237 or 9155039. OLE color: 9155039.
HSL color Cylindrical-coordinate representation of color #DFB18B: hue angle of 27.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFB18B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 139 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.13 |
| HSL | 27.14º | 0.57% | 0.71% | - |
| HSV(B) | 27.14º | 0.38% | 0.87% | - |
| XYZ | 50.81 | 49 | 31.21 | - |
| YUV | 186.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 139 | 0 | 0.21 | 0.38 | 0.13 | 27.14 | 0.57 | 0.71 |
| Hex | DF | B1 | 8B | 0 | 15 | 26 | D | 1B | 39 | 47 |
| Octal | 337 | 261 | 213 | 0 | 25 | 46 | 15 | 33 | 71 | 107 |
| Binary | 11011111 | 10110001 | 10001011 | 0 | 10101 | 100110 | 1101 | 11011 | 111001 | 1000111 |
Color Harmonies of #DFB18B
Complementary color
Monochromatic Colors of #DFB18B
Black with #DFB18B
Text Example
Text Example
White with #DFB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB18B; }
p { color: rgb(223,177,139); }
H1.HeaderClassName
{
color: #DFB18B;
}
.AnyTagClassName
{
color: #DFB18B;
}
</style>
background-color css
<style>
a { background-color: #DFB18B; }
a { background-color: rgb(223,177,139); }
div.DivClassName
{
background-color: #DFB18B;
}
.BgClassName
{
background-color: #DFB18B;
}
</style>
border-color css
<style>
span { border-color: #DFB18B; }
span { border-color: rgb(223,177,139); }
td.TdClassName
{
border-color: #DFB18B;
}
.TagClassName
{
border-color: #DFB18B;
}
</style>