Shades of Brandy #DAB18B
Tints of Brandy #DAB18B
RGB
CMYK
RGB Variations
Color information
#DAB18B (or 0xDAB18B) is known color: Brandy. HEX triplet: DA, B1 and 8B. RGB value is (218,177,139). Sum of RGB (Red+Green+Blue) = 218+177+139=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB18B is #254E74. Grayscale: #B9B9B9. Windows color (decimal): -2444917 or 9155034. OLE color: 9155034.
HSL color Cylindrical-coordinate representation of color #DAB18B: hue angle of 28.86º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAB18B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 139 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.15 |
| HSL | 28.86º | 0.52% | 0.7% | - |
| HSV(B) | 28.86º | 0.36% | 0.85% | - |
| XYZ | 49.3 | 48.21 | 31.13 | - |
| YUV | 184.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 139 | 0 | 0.19 | 0.36 | 0.15 | 28.86 | 0.52 | 0.7 |
| Hex | DA | B1 | 8B | 0 | 13 | 24 | F | 1D | 34 | 46 |
| Octal | 332 | 261 | 213 | 0 | 23 | 44 | 17 | 35 | 64 | 106 |
| Binary | 11011010 | 10110001 | 10001011 | 0 | 10011 | 100100 | 1111 | 11101 | 110100 | 1000110 |
Color Harmonies of #DAB18B
Complementary color
Monochromatic Colors of #DAB18B
Black with #DAB18B
Text Example
Text Example
White with #DAB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB18B; }
p { color: rgb(218,177,139); }
H1.HeaderClassName
{
color: #DAB18B;
}
.AnyTagClassName
{
color: #DAB18B;
}
</style>
background-color css
<style>
a { background-color: #DAB18B; }
a { background-color: rgb(218,177,139); }
div.DivClassName
{
background-color: #DAB18B;
}
.BgClassName
{
background-color: #DAB18B;
}
</style>
border-color css
<style>
span { border-color: #DAB18B; }
span { border-color: rgb(218,177,139); }
td.TdClassName
{
border-color: #DAB18B;
}
.TagClassName
{
border-color: #DAB18B;
}
</style>