Shades of Brandy #DAB98D
Tints of Brandy #DAB98D
RGB
CMYK
RGB Variations
Color information
#DAB98D (or 0xDAB98D) is known color: Brandy. HEX triplet: DA, B9 and 8D. RGB value is (218,185,141). Sum of RGB (Red+Green+Blue) = 218+185+141=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB98D is #254672. Grayscale: #BEBEBE. Windows color (decimal): -2442867 or 9288154. OLE color: 9288154.
HSL color Cylindrical-coordinate representation of color #DAB98D: hue angle of 34.29º 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 #DAB98D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 141 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.15 |
| HSL | 34.29º | 0.51% | 0.7% | - |
| HSV(B) | 34.29º | 0.35% | 0.85% | - |
| XYZ | 51.07 | 51.53 | 32.45 | - |
| YUV | 189.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 141 | 0 | 0.15 | 0.35 | 0.15 | 34.29 | 0.51 | 0.7 |
| Hex | DA | B9 | 8D | 0 | F | 23 | F | 22 | 33 | 46 |
| Octal | 332 | 271 | 215 | 0 | 17 | 43 | 17 | 42 | 63 | 106 |
| Binary | 11011010 | 10111001 | 10001101 | 0 | 1111 | 100011 | 1111 | 100010 | 110011 | 1000110 |
Color Harmonies of #DAB98D
Complementary color
Monochromatic Colors of #DAB98D
Black with #DAB98D
Text Example
Text Example
White with #DAB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB98D; }
p { color: rgb(218,185,141); }
H1.HeaderClassName
{
color: #DAB98D;
}
.AnyTagClassName
{
color: #DAB98D;
}
</style>
background-color css
<style>
a { background-color: #DAB98D; }
a { background-color: rgb(218,185,141); }
div.DivClassName
{
background-color: #DAB98D;
}
.BgClassName
{
background-color: #DAB98D;
}
</style>
border-color css
<style>
span { border-color: #DAB98D; }
span { border-color: rgb(218,185,141); }
td.TdClassName
{
border-color: #DAB98D;
}
.TagClassName
{
border-color: #DAB98D;
}
</style>