Shades of Brandy #D9B78A
Tints of Brandy #D9B78A
RGB
CMYK
RGB Variations
Color information
#D9B78A (or 0xD9B78A) is known color: Brandy. HEX triplet: D9, B7 and 8A. RGB value is (217,183,138). Sum of RGB (Red+Green+Blue) = 217+183+138=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B78A is #264875. Grayscale: #BCBCBC. Windows color (decimal): -2508918 or 9091033. OLE color: 9091033.
HSL color Cylindrical-coordinate representation of color #D9B78A: hue angle of 34.18º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9B78A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 138 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.15 |
| HSL | 34.18º | 0.51% | 0.7% | - |
| HSV(B) | 34.18º | 0.36% | 0.85% | - |
| XYZ | 50.14 | 50.45 | 31.14 | - |
| YUV | 188.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 138 | 0 | 0.16 | 0.36 | 0.15 | 34.18 | 0.51 | 0.7 |
| Hex | D9 | B7 | 8A | 0 | 10 | 24 | F | 22 | 33 | 46 |
| Octal | 331 | 267 | 212 | 0 | 20 | 44 | 17 | 42 | 63 | 106 |
| Binary | 11011001 | 10110111 | 10001010 | 0 | 10000 | 100100 | 1111 | 100010 | 110011 | 1000110 |
Color Harmonies of #D9B78A
Complementary color
Monochromatic Colors of #D9B78A
Black with #D9B78A
Text Example
Text Example
White with #D9B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B78A; }
p { color: rgb(217,183,138); }
H1.HeaderClassName
{
color: #D9B78A;
}
.AnyTagClassName
{
color: #D9B78A;
}
</style>
background-color css
<style>
a { background-color: #D9B78A; }
a { background-color: rgb(217,183,138); }
div.DivClassName
{
background-color: #D9B78A;
}
.BgClassName
{
background-color: #D9B78A;
}
</style>
border-color css
<style>
span { border-color: #D9B78A; }
span { border-color: rgb(217,183,138); }
td.TdClassName
{
border-color: #D9B78A;
}
.TagClassName
{
border-color: #D9B78A;
}
</style>