Shades of Brandy #DAB98F
Tints of Brandy #DAB98F
RGB
CMYK
RGB Variations
Color information
#DAB98F (or 0xDAB98F) is known color: Brandy. HEX triplet: DA, B9 and 8F. RGB value is (218,185,143). Sum of RGB (Red+Green+Blue) = 218+185+143=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB98F is #254670. Grayscale: #BEBEBE. Windows color (decimal): -2442865 or 9419226. OLE color: 9419226.
HSL color Cylindrical-coordinate representation of color #DAB98F: hue angle of 33.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAB98F is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 143 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.15 |
| HSL | 33.6º | 0.5% | 0.71% | - |
| HSV(B) | 33.6º | 0.34% | 0.85% | - |
| XYZ | 51.22 | 51.59 | 33.24 | - |
| YUV | 190.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 143 | 0 | 0.15 | 0.34 | 0.15 | 33.6 | 0.5 | 0.71 |
| Hex | DA | B9 | 8F | 0 | F | 22 | F | 22 | 32 | 47 |
| Octal | 332 | 271 | 217 | 0 | 17 | 42 | 17 | 42 | 62 | 107 |
| Binary | 11011010 | 10111001 | 10001111 | 0 | 1111 | 100010 | 1111 | 100010 | 110010 | 1000111 |
Color Harmonies of #DAB98F
Complementary color
Monochromatic Colors of #DAB98F
Black with #DAB98F
Text Example
Text Example
White with #DAB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB98F; }
p { color: rgb(218,185,143); }
H1.HeaderClassName
{
color: #DAB98F;
}
.AnyTagClassName
{
color: #DAB98F;
}
</style>
background-color css
<style>
a { background-color: #DAB98F; }
a { background-color: rgb(218,185,143); }
div.DivClassName
{
background-color: #DAB98F;
}
.BgClassName
{
background-color: #DAB98F;
}
</style>
border-color css
<style>
span { border-color: #DAB98F; }
span { border-color: rgb(218,185,143); }
td.TdClassName
{
border-color: #DAB98F;
}
.TagClassName
{
border-color: #DAB98F;
}
</style>