Shades of Brandy #DAB18A
Tints of Brandy #DAB18A
RGB
CMYK
RGB Variations
Color information
#DAB18A (or 0xDAB18A) is known color: Brandy. HEX triplet: DA, B1 and 8A. RGB value is (218,177,138). Sum of RGB (Red+Green+Blue) = 218+177+138=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB18A is #254E75. Grayscale: #B9B9B9. Windows color (decimal): -2444918 or 9089498. OLE color: 9089498.
HSL color Cylindrical-coordinate representation of color #DAB18A: hue angle of 29.25º 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 #DAB18A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 138 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.15 |
| HSL | 29.25º | 0.52% | 0.7% | - |
| HSV(B) | 29.25º | 0.37% | 0.85% | - |
| XYZ | 49.22 | 48.18 | 30.75 | - |
| YUV | 184.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 138 | 0 | 0.19 | 0.37 | 0.15 | 29.25 | 0.52 | 0.7 |
| Hex | DA | B1 | 8A | 0 | 13 | 25 | F | 1D | 34 | 46 |
| Octal | 332 | 261 | 212 | 0 | 23 | 45 | 17 | 35 | 64 | 106 |
| Binary | 11011010 | 10110001 | 10001010 | 0 | 10011 | 100101 | 1111 | 11101 | 110100 | 1000110 |
Color Harmonies of #DAB18A
Complementary color
Monochromatic Colors of #DAB18A
Black with #DAB18A
Text Example
Text Example
White with #DAB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB18A; }
p { color: rgb(218,177,138); }
H1.HeaderClassName
{
color: #DAB18A;
}
.AnyTagClassName
{
color: #DAB18A;
}
</style>
background-color css
<style>
a { background-color: #DAB18A; }
a { background-color: rgb(218,177,138); }
div.DivClassName
{
background-color: #DAB18A;
}
.BgClassName
{
background-color: #DAB18A;
}
</style>
border-color css
<style>
span { border-color: #DAB18A; }
span { border-color: rgb(218,177,138); }
td.TdClassName
{
border-color: #DAB18A;
}
.TagClassName
{
border-color: #DAB18A;
}
</style>