Shades of Brandy #DAB789
Tints of Brandy #DAB789
RGB
CMYK
RGB Variations
Color information
#DAB789 (or 0xDAB789) is known color: Brandy. HEX triplet: DA, B7 and 89. RGB value is (218,183,137). Sum of RGB (Red+Green+Blue) = 218+183+137=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB789 is #254876. Grayscale: #BCBCBC. Windows color (decimal): -2443383 or 9025498. OLE color: 9025498.
HSL color Cylindrical-coordinate representation of color #DAB789: hue angle of 34.07º 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 #DAB789 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 137 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.15 |
| HSL | 34.07º | 0.52% | 0.7% | - |
| HSV(B) | 34.07º | 0.37% | 0.85% | - |
| XYZ | 50.36 | 50.58 | 30.78 | - |
| YUV | 188.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 137 | 0 | 0.16 | 0.37 | 0.15 | 34.07 | 0.52 | 0.7 |
| Hex | DA | B7 | 89 | 0 | 10 | 25 | F | 22 | 34 | 46 |
| Octal | 332 | 267 | 211 | 0 | 20 | 45 | 17 | 42 | 64 | 106 |
| Binary | 11011010 | 10110111 | 10001001 | 0 | 10000 | 100101 | 1111 | 100010 | 110100 | 1000110 |
Color Harmonies of #DAB789
Complementary color
Monochromatic Colors of #DAB789
Black with #DAB789
Text Example
Text Example
White with #DAB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB789; }
p { color: rgb(218,183,137); }
H1.HeaderClassName
{
color: #DAB789;
}
.AnyTagClassName
{
color: #DAB789;
}
</style>
background-color css
<style>
a { background-color: #DAB789; }
a { background-color: rgb(218,183,137); }
div.DivClassName
{
background-color: #DAB789;
}
.BgClassName
{
background-color: #DAB789;
}
</style>
border-color css
<style>
span { border-color: #DAB789; }
span { border-color: rgb(218,183,137); }
td.TdClassName
{
border-color: #DAB789;
}
.TagClassName
{
border-color: #DAB789;
}
</style>