Shades of Brandy #DABC8E
Tints of Brandy #DABC8E
RGB
CMYK
RGB Variations
Color information
#DABC8E (or 0xDABC8E) is known color: Brandy. HEX triplet: DA, BC and 8E. RGB value is (218,188,142). Sum of RGB (Red+Green+Blue) = 218+188+142=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8E is #254371. Grayscale: #BFBFBF. Windows color (decimal): -2442098 or 9354458. OLE color: 9354458.
HSL color Cylindrical-coordinate representation of color #DABC8E: hue angle of 36.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DABC8E is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 142 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.15 |
| HSL | 36.32º | 0.51% | 0.71% | - |
| HSV(B) | 36.32º | 0.35% | 0.85% | - |
| XYZ | 51.78 | 52.82 | 33.06 | - |
| YUV | 191.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 142 | 0 | 0.14 | 0.35 | 0.15 | 36.32 | 0.51 | 0.71 |
| Hex | DA | BC | 8E | 0 | E | 23 | F | 24 | 33 | 47 |
| Octal | 332 | 274 | 216 | 0 | 16 | 43 | 17 | 44 | 63 | 107 |
| Binary | 11011010 | 10111100 | 10001110 | 0 | 1110 | 100011 | 1111 | 100100 | 110011 | 1000111 |
Color Harmonies of #DABC8E
Complementary color
Monochromatic Colors of #DABC8E
Black with #DABC8E
Text Example
Text Example
White with #DABC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC8E; }
p { color: rgb(218,188,142); }
H1.HeaderClassName
{
color: #DABC8E;
}
.AnyTagClassName
{
color: #DABC8E;
}
</style>
background-color css
<style>
a { background-color: #DABC8E; }
a { background-color: rgb(218,188,142); }
div.DivClassName
{
background-color: #DABC8E;
}
.BgClassName
{
background-color: #DABC8E;
}
</style>
border-color css
<style>
span { border-color: #DABC8E; }
span { border-color: rgb(218,188,142); }
td.TdClassName
{
border-color: #DABC8E;
}
.TagClassName
{
border-color: #DABC8E;
}
</style>