Shades of Brandy #DAB28D
Tints of Brandy #DAB28D
RGB
CMYK
RGB Variations
Color information
#DAB28D (or 0xDAB28D) is known color: Brandy. HEX triplet: DA, B2 and 8D. RGB value is (218,178,141). Sum of RGB (Red+Green+Blue) = 218+178+141=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB28D is #254D72. Grayscale: #B9B9B9. Windows color (decimal): -2444659 or 9286362. OLE color: 9286362.
HSL color Cylindrical-coordinate representation of color #DAB28D: hue angle of 28.83º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAB28D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 141 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.15 |
| HSL | 28.83º | 0.51% | 0.7% | - |
| HSV(B) | 28.83º | 0.35% | 0.85% | - |
| XYZ | 49.64 | 48.67 | 31.98 | - |
| YUV | 185.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 141 | 0 | 0.18 | 0.35 | 0.15 | 28.83 | 0.51 | 0.7 |
| Hex | DA | B2 | 8D | 0 | 12 | 23 | F | 1D | 33 | 46 |
| Octal | 332 | 262 | 215 | 0 | 22 | 43 | 17 | 35 | 63 | 106 |
| Binary | 11011010 | 10110010 | 10001101 | 0 | 10010 | 100011 | 1111 | 11101 | 110011 | 1000110 |
Color Harmonies of #DAB28D
Complementary color
Monochromatic Colors of #DAB28D
Black with #DAB28D
Text Example
Text Example
White with #DAB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB28D; }
p { color: rgb(218,178,141); }
H1.HeaderClassName
{
color: #DAB28D;
}
.AnyTagClassName
{
color: #DAB28D;
}
</style>
background-color css
<style>
a { background-color: #DAB28D; }
a { background-color: rgb(218,178,141); }
div.DivClassName
{
background-color: #DAB28D;
}
.BgClassName
{
background-color: #DAB28D;
}
</style>
border-color css
<style>
span { border-color: #DAB28D; }
span { border-color: rgb(218,178,141); }
td.TdClassName
{
border-color: #DAB28D;
}
.TagClassName
{
border-color: #DAB28D;
}
</style>