Shades of Brandy #DAB88F
Tints of Brandy #DAB88F
RGB
CMYK
RGB Variations
Color information
#DAB88F (or 0xDAB88F) is known color: Brandy. HEX triplet: DA, B8 and 8F. RGB value is (218,184,143). Sum of RGB (Red+Green+Blue) = 218+184+143=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB88F is #254770. Grayscale: #BDBDBD. Windows color (decimal): -2443121 or 9418970. OLE color: 9418970.
HSL color Cylindrical-coordinate representation of color #DAB88F: hue angle of 32.8º 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 #DAB88F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 143 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.15 |
| HSL | 32.8º | 0.5% | 0.71% | - |
| HSV(B) | 32.8º | 0.34% | 0.85% | - |
| XYZ | 51.01 | 51.17 | 33.17 | - |
| YUV | 189.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 143 | 0 | 0.16 | 0.34 | 0.15 | 32.8 | 0.5 | 0.71 |
| Hex | DA | B8 | 8F | 0 | 10 | 22 | F | 21 | 32 | 47 |
| Octal | 332 | 270 | 217 | 0 | 20 | 42 | 17 | 41 | 62 | 107 |
| Binary | 11011010 | 10111000 | 10001111 | 0 | 10000 | 100010 | 1111 | 100001 | 110010 | 1000111 |
Color Harmonies of #DAB88F
Complementary color
Monochromatic Colors of #DAB88F
Black with #DAB88F
Text Example
Text Example
White with #DAB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB88F; }
p { color: rgb(218,184,143); }
H1.HeaderClassName
{
color: #DAB88F;
}
.AnyTagClassName
{
color: #DAB88F;
}
</style>
background-color css
<style>
a { background-color: #DAB88F; }
a { background-color: rgb(218,184,143); }
div.DivClassName
{
background-color: #DAB88F;
}
.BgClassName
{
background-color: #DAB88F;
}
</style>
border-color css
<style>
span { border-color: #DAB88F; }
span { border-color: rgb(218,184,143); }
td.TdClassName
{
border-color: #DAB88F;
}
.TagClassName
{
border-color: #DAB88F;
}
</style>