Shades of Brandy #DAB48E
Tints of Brandy #DAB48E
RGB
CMYK
RGB Variations
Color information
#DAB48E (or 0xDAB48E) is known color: Brandy. HEX triplet: DA, B4 and 8E. RGB value is (218,180,142). Sum of RGB (Red+Green+Blue) = 218+180+142=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB48E is #254B71. Grayscale: #BBBBBB. Windows color (decimal): -2444146 or 9352410. OLE color: 9352410.
HSL color Cylindrical-coordinate representation of color #DAB48E: hue angle of 30º 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 #DAB48E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 142 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.15 |
| HSL | 30º | 0.51% | 0.71% | - |
| HSV(B) | 30º | 0.35% | 0.85% | - |
| XYZ | 50.12 | 49.5 | 32.5 | - |
| YUV | 187.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 142 | 0 | 0.17 | 0.35 | 0.15 | 30 | 0.51 | 0.71 |
| Hex | DA | B4 | 8E | 0 | 11 | 23 | F | 1E | 33 | 47 |
| Octal | 332 | 264 | 216 | 0 | 21 | 43 | 17 | 36 | 63 | 107 |
| Binary | 11011010 | 10110100 | 10001110 | 0 | 10001 | 100011 | 1111 | 11110 | 110011 | 1000111 |
Color Harmonies of #DAB48E
Complementary color
Monochromatic Colors of #DAB48E
Black with #DAB48E
Text Example
Text Example
White with #DAB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB48E; }
p { color: rgb(218,180,142); }
H1.HeaderClassName
{
color: #DAB48E;
}
.AnyTagClassName
{
color: #DAB48E;
}
</style>
background-color css
<style>
a { background-color: #DAB48E; }
a { background-color: rgb(218,180,142); }
div.DivClassName
{
background-color: #DAB48E;
}
.BgClassName
{
background-color: #DAB48E;
}
</style>
border-color css
<style>
span { border-color: #DAB48E; }
span { border-color: rgb(218,180,142); }
td.TdClassName
{
border-color: #DAB48E;
}
.TagClassName
{
border-color: #DAB48E;
}
</style>