Shades of Brandy #DFB78B
Tints of Brandy #DFB78B
RGB
CMYK
RGB Variations
Color information
#DFB78B (or 0xDFB78B) is known color: Brandy. HEX triplet: DF, B7 and 8B. RGB value is (223,183,139). Sum of RGB (Red+Green+Blue) = 223+183+139=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB78B is #204874. Grayscale: #BEBEBE. Windows color (decimal): -2115701 or 9156575. OLE color: 9156575.
HSL color Cylindrical-coordinate representation of color #DFB78B: hue angle of 31.43º 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 #DFB78B is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 139 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.13 |
| HSL | 31.43º | 0.57% | 0.71% | - |
| HSV(B) | 31.43º | 0.38% | 0.87% | - |
| XYZ | 52.03 | 51.42 | 31.61 | - |
| YUV | 189.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 139 | 0 | 0.18 | 0.38 | 0.13 | 31.43 | 0.57 | 0.71 |
| Hex | DF | B7 | 8B | 0 | 12 | 26 | D | 1F | 39 | 47 |
| Octal | 337 | 267 | 213 | 0 | 22 | 46 | 15 | 37 | 71 | 107 |
| Binary | 11011111 | 10110111 | 10001011 | 0 | 10010 | 100110 | 1101 | 11111 | 111001 | 1000111 |
Color Harmonies of #DFB78B
Complementary color
Monochromatic Colors of #DFB78B
Black with #DFB78B
Text Example
Text Example
White with #DFB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB78B; }
p { color: rgb(223,183,139); }
H1.HeaderClassName
{
color: #DFB78B;
}
.AnyTagClassName
{
color: #DFB78B;
}
</style>
background-color css
<style>
a { background-color: #DFB78B; }
a { background-color: rgb(223,183,139); }
div.DivClassName
{
background-color: #DFB78B;
}
.BgClassName
{
background-color: #DFB78B;
}
</style>
border-color css
<style>
span { border-color: #DFB78B; }
span { border-color: rgb(223,183,139); }
td.TdClassName
{
border-color: #DFB78B;
}
.TagClassName
{
border-color: #DFB78B;
}
</style>