Shades of Brandy #DAB28E
Tints of Brandy #DAB28E
RGB
CMYK
RGB Variations
Color information
#DAB28E (or 0xDAB28E) is known color: Brandy. HEX triplet: DA, B2 and 8E. RGB value is (218,178,142). Sum of RGB (Red+Green+Blue) = 218+178+142=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB28E is #254D71. Grayscale: #BABABA. Windows color (decimal): -2444658 or 9351898. OLE color: 9351898.
HSL color Cylindrical-coordinate representation of color #DAB28E: hue angle of 28.42º 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 #DAB28E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 142 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.15 |
| HSL | 28.42º | 0.51% | 0.71% | - |
| HSV(B) | 28.42º | 0.35% | 0.85% | - |
| XYZ | 49.72 | 48.7 | 32.37 | - |
| YUV | 185.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 142 | 0 | 0.18 | 0.35 | 0.15 | 28.42 | 0.51 | 0.71 |
| Hex | DA | B2 | 8E | 0 | 12 | 23 | F | 1C | 33 | 47 |
| Octal | 332 | 262 | 216 | 0 | 22 | 43 | 17 | 34 | 63 | 107 |
| Binary | 11011010 | 10110010 | 10001110 | 0 | 10010 | 100011 | 1111 | 11100 | 110011 | 1000111 |
Color Harmonies of #DAB28E
Complementary color
Monochromatic Colors of #DAB28E
Black with #DAB28E
Text Example
Text Example
White with #DAB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB28E; }
p { color: rgb(218,178,142); }
H1.HeaderClassName
{
color: #DAB28E;
}
.AnyTagClassName
{
color: #DAB28E;
}
</style>
background-color css
<style>
a { background-color: #DAB28E; }
a { background-color: rgb(218,178,142); }
div.DivClassName
{
background-color: #DAB28E;
}
.BgClassName
{
background-color: #DAB28E;
}
</style>
border-color css
<style>
span { border-color: #DAB28E; }
span { border-color: rgb(218,178,142); }
td.TdClassName
{
border-color: #DAB28E;
}
.TagClassName
{
border-color: #DAB28E;
}
</style>