Shades of Brandy #DAB38C
Tints of Brandy #DAB38C
RGB
CMYK
RGB Variations
Color information
#DAB38C (or 0xDAB38C) is known color: Brandy. HEX triplet: DA, B3 and 8C. RGB value is (218,179,140). Sum of RGB (Red+Green+Blue) = 218+179+140=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38C is #254C73. Grayscale: #BABABA. Windows color (decimal): -2444404 or 9221082. OLE color: 9221082.
HSL color Cylindrical-coordinate representation of color #DAB38C: hue angle of 30º degrees, saturation: 0.51, 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 #DAB38C is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 140 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.15 |
| HSL | 30º | 0.51% | 0.7% | - |
| HSV(B) | 30º | 0.36% | 0.85% | - |
| XYZ | 49.77 | 49.04 | 31.65 | - |
| YUV | 186.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 140 | 0 | 0.18 | 0.36 | 0.15 | 30 | 0.51 | 0.7 |
| Hex | DA | B3 | 8C | 0 | 12 | 24 | F | 1E | 33 | 46 |
| Octal | 332 | 263 | 214 | 0 | 22 | 44 | 17 | 36 | 63 | 106 |
| Binary | 11011010 | 10110011 | 10001100 | 0 | 10010 | 100100 | 1111 | 11110 | 110011 | 1000110 |
Color Harmonies of #DAB38C
Complementary color
Monochromatic Colors of #DAB38C
Black with #DAB38C
Text Example
Text Example
White with #DAB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB38C; }
p { color: rgb(218,179,140); }
H1.HeaderClassName
{
color: #DAB38C;
}
.AnyTagClassName
{
color: #DAB38C;
}
</style>
background-color css
<style>
a { background-color: #DAB38C; }
a { background-color: rgb(218,179,140); }
div.DivClassName
{
background-color: #DAB38C;
}
.BgClassName
{
background-color: #DAB38C;
}
</style>
border-color css
<style>
span { border-color: #DAB38C; }
span { border-color: rgb(218,179,140); }
td.TdClassName
{
border-color: #DAB38C;
}
.TagClassName
{
border-color: #DAB38C;
}
</style>