Shades of Brandy #DAAD8A
Tints of Brandy #DAAD8A
RGB
CMYK
RGB Variations
Color information
#DAAD8A (or 0xDAAD8A) is known color: Brandy. HEX triplet: DA, AD and 8A. RGB value is (218,173,138). Sum of RGB (Red+Green+Blue) = 218+173+138=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD8A is #255275. Grayscale: #B6B6B6. Windows color (decimal): -2445942 or 9088474. OLE color: 9088474.
HSL color Cylindrical-coordinate representation of color #DAAD8A: hue angle of 26.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAAD8A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 138 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.15 |
| HSL | 26.25º | 0.52% | 0.7% | - |
| HSV(B) | 26.25º | 0.37% | 0.85% | - |
| XYZ | 48.44 | 46.63 | 30.49 | - |
| YUV | 182.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 138 | 0 | 0.21 | 0.37 | 0.15 | 26.25 | 0.52 | 0.7 |
| Hex | DA | AD | 8A | 0 | 15 | 25 | F | 1A | 34 | 46 |
| Octal | 332 | 255 | 212 | 0 | 25 | 45 | 17 | 32 | 64 | 106 |
| Binary | 11011010 | 10101101 | 10001010 | 0 | 10101 | 100101 | 1111 | 11010 | 110100 | 1000110 |
Color Harmonies of #DAAD8A
Complementary color
Monochromatic Colors of #DAAD8A
Black with #DAAD8A
Text Example
Text Example
White with #DAAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD8A; }
p { color: rgb(218,173,138); }
H1.HeaderClassName
{
color: #DAAD8A;
}
.AnyTagClassName
{
color: #DAAD8A;
}
</style>
background-color css
<style>
a { background-color: #DAAD8A; }
a { background-color: rgb(218,173,138); }
div.DivClassName
{
background-color: #DAAD8A;
}
.BgClassName
{
background-color: #DAAD8A;
}
</style>
border-color css
<style>
span { border-color: #DAAD8A; }
span { border-color: rgb(218,173,138); }
td.TdClassName
{
border-color: #DAAD8A;
}
.TagClassName
{
border-color: #DAAD8A;
}
</style>