Shades of Brandy #DAAF8C
Tints of Brandy #DAAF8C
RGB
CMYK
RGB Variations
Color information
#DAAF8C (or 0xDAAF8C) is known color: Brandy. HEX triplet: DA, AF and 8C. RGB value is (218,175,140). Sum of RGB (Red+Green+Blue) = 218+175+140=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAF8C is #255073. Grayscale: #B8B8B8. Windows color (decimal): -2445428 or 9220058. OLE color: 9220058.
HSL color Cylindrical-coordinate representation of color #DAAF8C: hue angle of 26.92º 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 #DAAF8C is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 140 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.15 |
| HSL | 26.92º | 0.51% | 0.7% | - |
| HSV(B) | 26.92º | 0.36% | 0.85% | - |
| XYZ | 48.98 | 47.46 | 31.39 | - |
| YUV | 183.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 140 | 0 | 0.20 | 0.36 | 0.15 | 26.92 | 0.51 | 0.7 |
| Hex | DA | AF | 8C | 0 | 14 | 24 | F | 1B | 33 | 46 |
| Octal | 332 | 257 | 214 | 0 | 24 | 44 | 17 | 33 | 63 | 106 |
| Binary | 11011010 | 10101111 | 10001100 | 0 | 10100 | 100100 | 1111 | 11011 | 110011 | 1000110 |
Color Harmonies of #DAAF8C
Complementary color
Monochromatic Colors of #DAAF8C
Black with #DAAF8C
Text Example
Text Example
White with #DAAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF8C; }
p { color: rgb(218,175,140); }
H1.HeaderClassName
{
color: #DAAF8C;
}
.AnyTagClassName
{
color: #DAAF8C;
}
</style>
background-color css
<style>
a { background-color: #DAAF8C; }
a { background-color: rgb(218,175,140); }
div.DivClassName
{
background-color: #DAAF8C;
}
.BgClassName
{
background-color: #DAAF8C;
}
</style>
border-color css
<style>
span { border-color: #DAAF8C; }
span { border-color: rgb(218,175,140); }
td.TdClassName
{
border-color: #DAAF8C;
}
.TagClassName
{
border-color: #DAAF8C;
}
</style>