Shades of Brandy #DAB38D
Tints of Brandy #DAB38D
RGB
CMYK
RGB Variations
Color information
#DAB38D (or 0xDAB38D) is known color: Brandy. HEX triplet: DA, B3 and 8D. RGB value is (218,179,141). Sum of RGB (Red+Green+Blue) = 218+179+141=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38D is #254C72. Grayscale: #BABABA. Windows color (decimal): -2444403 or 9286618. OLE color: 9286618.
HSL color Cylindrical-coordinate representation of color #DAB38D: hue angle of 29.61º 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 #DAB38D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 141 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.15 |
| HSL | 29.61º | 0.51% | 0.7% | - |
| HSV(B) | 29.61º | 0.35% | 0.85% | - |
| XYZ | 49.84 | 49.07 | 32.04 | - |
| YUV | 186.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 141 | 0 | 0.18 | 0.35 | 0.15 | 29.61 | 0.51 | 0.7 |
| Hex | DA | B3 | 8D | 0 | 12 | 23 | F | 1E | 33 | 46 |
| Octal | 332 | 263 | 215 | 0 | 22 | 43 | 17 | 36 | 63 | 106 |
| Binary | 11011010 | 10110011 | 10001101 | 0 | 10010 | 100011 | 1111 | 11110 | 110011 | 1000110 |
Color Harmonies of #DAB38D
Complementary color
Monochromatic Colors of #DAB38D
Black with #DAB38D
Text Example
Text Example
White with #DAB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB38D; }
p { color: rgb(218,179,141); }
H1.HeaderClassName
{
color: #DAB38D;
}
.AnyTagClassName
{
color: #DAB38D;
}
</style>
background-color css
<style>
a { background-color: #DAB38D; }
a { background-color: rgb(218,179,141); }
div.DivClassName
{
background-color: #DAB38D;
}
.BgClassName
{
background-color: #DAB38D;
}
</style>
border-color css
<style>
span { border-color: #DAB38D; }
span { border-color: rgb(218,179,141); }
td.TdClassName
{
border-color: #DAB38D;
}
.TagClassName
{
border-color: #DAB38D;
}
</style>