Shades of Brandy #DAB589
Tints of Brandy #DAB589
RGB
CMYK
RGB Variations
Color information
#DAB589 (or 0xDAB589) is known color: Brandy. HEX triplet: DA, B5 and 89. RGB value is (218,181,137). Sum of RGB (Red+Green+Blue) = 218+181+137=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB589 is #254A76. Grayscale: #BBBBBB. Windows color (decimal): -2443895 or 9024986. OLE color: 9024986.
HSL color Cylindrical-coordinate representation of color #DAB589: hue angle of 32.59º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAB589 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 137 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.15 |
| HSL | 32.59º | 0.52% | 0.7% | - |
| HSV(B) | 32.59º | 0.37% | 0.85% | - |
| XYZ | 49.95 | 49.76 | 30.64 | - |
| YUV | 187.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 137 | 0 | 0.17 | 0.37 | 0.15 | 32.59 | 0.52 | 0.7 |
| Hex | DA | B5 | 89 | 0 | 11 | 25 | F | 21 | 34 | 46 |
| Octal | 332 | 265 | 211 | 0 | 21 | 45 | 17 | 41 | 64 | 106 |
| Binary | 11011010 | 10110101 | 10001001 | 0 | 10001 | 100101 | 1111 | 100001 | 110100 | 1000110 |
Color Harmonies of #DAB589
Complementary color
Monochromatic Colors of #DAB589
Black with #DAB589
Text Example
Text Example
White with #DAB589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB589; }
p { color: rgb(218,181,137); }
H1.HeaderClassName
{
color: #DAB589;
}
.AnyTagClassName
{
color: #DAB589;
}
</style>
background-color css
<style>
a { background-color: #DAB589; }
a { background-color: rgb(218,181,137); }
div.DivClassName
{
background-color: #DAB589;
}
.BgClassName
{
background-color: #DAB589;
}
</style>
border-color css
<style>
span { border-color: #DAB589; }
span { border-color: rgb(218,181,137); }
td.TdClassName
{
border-color: #DAB589;
}
.TagClassName
{
border-color: #DAB589;
}
</style>