Shades of Brandy #DAB08B
Tints of Brandy #DAB08B
RGB
CMYK
RGB Variations
Color information
#DAB08B (or 0xDAB08B) is known color: Brandy. HEX triplet: DA, B0 and 8B. RGB value is (218,176,139). Sum of RGB (Red+Green+Blue) = 218+176+139=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB08B is #254F74. Grayscale: #B8B8B8. Windows color (decimal): -2445173 or 9154778. OLE color: 9154778.
HSL color Cylindrical-coordinate representation of color #DAB08B: hue angle of 28.1º degrees, saturation: 0.52, 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 #DAB08B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 139 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.15 |
| HSL | 28.1º | 0.52% | 0.7% | - |
| HSV(B) | 28.1º | 0.36% | 0.85% | - |
| XYZ | 49.1 | 47.82 | 31.07 | - |
| YUV | 184.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 139 | 0 | 0.19 | 0.36 | 0.15 | 28.1 | 0.52 | 0.7 |
| Hex | DA | B0 | 8B | 0 | 13 | 24 | F | 1C | 34 | 46 |
| Octal | 332 | 260 | 213 | 0 | 23 | 44 | 17 | 34 | 64 | 106 |
| Binary | 11011010 | 10110000 | 10001011 | 0 | 10011 | 100100 | 1111 | 11100 | 110100 | 1000110 |
Color Harmonies of #DAB08B
Complementary color
Monochromatic Colors of #DAB08B
Black with #DAB08B
Text Example
Text Example
White with #DAB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB08B; }
p { color: rgb(218,176,139); }
H1.HeaderClassName
{
color: #DAB08B;
}
.AnyTagClassName
{
color: #DAB08B;
}
</style>
background-color css
<style>
a { background-color: #DAB08B; }
a { background-color: rgb(218,176,139); }
div.DivClassName
{
background-color: #DAB08B;
}
.BgClassName
{
background-color: #DAB08B;
}
</style>
border-color css
<style>
span { border-color: #DAB08B; }
span { border-color: rgb(218,176,139); }
td.TdClassName
{
border-color: #DAB08B;
}
.TagClassName
{
border-color: #DAB08B;
}
</style>