Shades of Brandy #DAAF8D
Tints of Brandy #DAAF8D
RGB
CMYK
RGB Variations
Color information
#DAAF8D (or 0xDAAF8D) is known color: Brandy. HEX triplet: DA, AF and 8D. RGB value is (218,175,141). Sum of RGB (Red+Green+Blue) = 218+175+141=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF8D is #255072. Grayscale: #B8B8B8. Windows color (decimal): -2445427 or 9285594. OLE color: 9285594.
HSL color Cylindrical-coordinate representation of color #DAAF8D: hue angle of 26.49º 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 #DAAF8D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 141 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.15 |
| HSL | 26.49º | 0.51% | 0.7% | - |
| HSV(B) | 26.49º | 0.35% | 0.85% | - |
| XYZ | 49.05 | 47.49 | 31.78 | - |
| YUV | 183.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 141 | 0 | 0.20 | 0.35 | 0.15 | 26.49 | 0.51 | 0.7 |
| Hex | DA | AF | 8D | 0 | 14 | 23 | F | 1A | 33 | 46 |
| Octal | 332 | 257 | 215 | 0 | 24 | 43 | 17 | 32 | 63 | 106 |
| Binary | 11011010 | 10101111 | 10001101 | 0 | 10100 | 100011 | 1111 | 11010 | 110011 | 1000110 |
Color Harmonies of #DAAF8D
Complementary color
Monochromatic Colors of #DAAF8D
Black with #DAAF8D
Text Example
Text Example
White with #DAAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF8D; }
p { color: rgb(218,175,141); }
H1.HeaderClassName
{
color: #DAAF8D;
}
.AnyTagClassName
{
color: #DAAF8D;
}
</style>
background-color css
<style>
a { background-color: #DAAF8D; }
a { background-color: rgb(218,175,141); }
div.DivClassName
{
background-color: #DAAF8D;
}
.BgClassName
{
background-color: #DAAF8D;
}
</style>
border-color css
<style>
span { border-color: #DAAF8D; }
span { border-color: rgb(218,175,141); }
td.TdClassName
{
border-color: #DAAF8D;
}
.TagClassName
{
border-color: #DAAF8D;
}
</style>