Shades of Brandy #DFB78A
Tints of Brandy #DFB78A
RGB
CMYK
RGB Variations
Color information
#DFB78A (or 0xDFB78A) is known color: Brandy. HEX triplet: DF, B7 and 8A. RGB value is (223,183,138). Sum of RGB (Red+Green+Blue) = 223+183+138=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB78A is #204875. Grayscale: #BEBEBE. Windows color (decimal): -2115702 or 9091039. OLE color: 9091039.
HSL color Cylindrical-coordinate representation of color #DFB78A: hue angle of 31.76º 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 #DFB78A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 138 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.13 |
| HSL | 31.76º | 0.57% | 0.71% | - |
| HSV(B) | 31.76º | 0.38% | 0.87% | - |
| XYZ | 51.95 | 51.39 | 31.23 | - |
| YUV | 189.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 138 | 0 | 0.18 | 0.38 | 0.13 | 31.76 | 0.57 | 0.71 |
| Hex | DF | B7 | 8A | 0 | 12 | 26 | D | 20 | 39 | 47 |
| Octal | 337 | 267 | 212 | 0 | 22 | 46 | 15 | 40 | 71 | 107 |
| Binary | 11011111 | 10110111 | 10001010 | 0 | 10010 | 100110 | 1101 | 100000 | 111001 | 1000111 |
Color Harmonies of #DFB78A
Complementary color
Monochromatic Colors of #DFB78A
Black with #DFB78A
Text Example
Text Example
White with #DFB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB78A; }
p { color: rgb(223,183,138); }
H1.HeaderClassName
{
color: #DFB78A;
}
.AnyTagClassName
{
color: #DFB78A;
}
</style>
background-color css
<style>
a { background-color: #DFB78A; }
a { background-color: rgb(223,183,138); }
div.DivClassName
{
background-color: #DFB78A;
}
.BgClassName
{
background-color: #DFB78A;
}
</style>
border-color css
<style>
span { border-color: #DFB78A; }
span { border-color: rgb(223,183,138); }
td.TdClassName
{
border-color: #DFB78A;
}
.TagClassName
{
border-color: #DFB78A;
}
</style>