Shades of Brandy #DAB486
Tints of Brandy #DAB486
RGB
CMYK
RGB Variations
Color information
#DAB486 (or 0xDAB486) is known color: Brandy. HEX triplet: DA, B4 and 86. RGB value is (218,180,134). Sum of RGB (Red+Green+Blue) = 218+180+134=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB486 is #254B79. Grayscale: #BABABA. Windows color (decimal): -2444154 or 8828122. OLE color: 8828122.
HSL color Cylindrical-coordinate representation of color #DAB486: hue angle of 32.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAB486 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 134 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.15 |
| HSL | 32.86º | 0.53% | 0.69% | - |
| HSV(B) | 32.86º | 0.39% | 0.85% | - |
| XYZ | 49.54 | 49.27 | 29.45 | - |
| YUV | 186.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 134 | 0 | 0.17 | 0.39 | 0.15 | 32.86 | 0.53 | 0.69 |
| Hex | DA | B4 | 86 | 0 | 11 | 27 | F | 21 | 35 | 45 |
| Octal | 332 | 264 | 206 | 0 | 21 | 47 | 17 | 41 | 65 | 105 |
| Binary | 11011010 | 10110100 | 10000110 | 0 | 10001 | 100111 | 1111 | 100001 | 110101 | 1000101 |
Color Harmonies of #DAB486
Complementary color
Monochromatic Colors of #DAB486
Black with #DAB486
Text Example
Text Example
White with #DAB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB486; }
p { color: rgb(218,180,134); }
H1.HeaderClassName
{
color: #DAB486;
}
.AnyTagClassName
{
color: #DAB486;
}
</style>
background-color css
<style>
a { background-color: #DAB486; }
a { background-color: rgb(218,180,134); }
div.DivClassName
{
background-color: #DAB486;
}
.BgClassName
{
background-color: #DAB486;
}
</style>
border-color css
<style>
span { border-color: #DAB486; }
span { border-color: rgb(218,180,134); }
td.TdClassName
{
border-color: #DAB486;
}
.TagClassName
{
border-color: #DAB486;
}
</style>