Shades of Brandy #DAB78D
Tints of Brandy #DAB78D
RGB
CMYK
RGB Variations
Color information
#DAB78D (or 0xDAB78D) is known color: Brandy. HEX triplet: DA, B7 and 8D. RGB value is (218,183,141). Sum of RGB (Red+Green+Blue) = 218+183+141=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB78D is #254872. Grayscale: #BCBCBC. Windows color (decimal): -2443379 or 9287642. OLE color: 9287642.
HSL color Cylindrical-coordinate representation of color #DAB78D: hue angle of 32.73º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAB78D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 141 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.15 |
| HSL | 32.73º | 0.51% | 0.7% | - |
| HSV(B) | 32.73º | 0.35% | 0.85% | - |
| XYZ | 50.65 | 50.7 | 32.31 | - |
| YUV | 188.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 141 | 0 | 0.16 | 0.35 | 0.15 | 32.73 | 0.51 | 0.7 |
| Hex | DA | B7 | 8D | 0 | 10 | 23 | F | 21 | 33 | 46 |
| Octal | 332 | 267 | 215 | 0 | 20 | 43 | 17 | 41 | 63 | 106 |
| Binary | 11011010 | 10110111 | 10001101 | 0 | 10000 | 100011 | 1111 | 100001 | 110011 | 1000110 |
Color Harmonies of #DAB78D
Complementary color
Monochromatic Colors of #DAB78D
Black with #DAB78D
Text Example
Text Example
White with #DAB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB78D; }
p { color: rgb(218,183,141); }
H1.HeaderClassName
{
color: #DAB78D;
}
.AnyTagClassName
{
color: #DAB78D;
}
</style>
background-color css
<style>
a { background-color: #DAB78D; }
a { background-color: rgb(218,183,141); }
div.DivClassName
{
background-color: #DAB78D;
}
.BgClassName
{
background-color: #DAB78D;
}
</style>
border-color css
<style>
span { border-color: #DAB78D; }
span { border-color: rgb(218,183,141); }
td.TdClassName
{
border-color: #DAB78D;
}
.TagClassName
{
border-color: #DAB78D;
}
</style>