Shades of Brandy #D9AD8D
Tints of Brandy #D9AD8D
RGB
CMYK
RGB Variations
Color information
#D9AD8D (or 0xD9AD8D) is known color: Brandy. HEX triplet: D9, AD and 8D. RGB value is (217,173,141). Sum of RGB (Red+Green+Blue) = 217+173+141=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD8D is #265272. Grayscale: #B6B6B6. Windows color (decimal): -2511475 or 9285081. OLE color: 9285081.
HSL color Cylindrical-coordinate representation of color #D9AD8D: hue angle of 25.26º degrees, saturation: 0.5, 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 #D9AD8D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 141 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.15 |
| HSL | 25.26º | 0.5% | 0.7% | - |
| HSV(B) | 25.26º | 0.35% | 0.85% | - |
| XYZ | 48.37 | 46.56 | 31.64 | - |
| YUV | 182.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 141 | 0 | 0.20 | 0.35 | 0.15 | 25.26 | 0.5 | 0.7 |
| Hex | D9 | AD | 8D | 0 | 14 | 23 | F | 19 | 32 | 46 |
| Octal | 331 | 255 | 215 | 0 | 24 | 43 | 17 | 31 | 62 | 106 |
| Binary | 11011001 | 10101101 | 10001101 | 0 | 10100 | 100011 | 1111 | 11001 | 110010 | 1000110 |
Color Harmonies of #D9AD8D
Complementary color
Monochromatic Colors of #D9AD8D
Black with #D9AD8D
Text Example
Text Example
White with #D9AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD8D; }
p { color: rgb(217,173,141); }
H1.HeaderClassName
{
color: #D9AD8D;
}
.AnyTagClassName
{
color: #D9AD8D;
}
</style>
background-color css
<style>
a { background-color: #D9AD8D; }
a { background-color: rgb(217,173,141); }
div.DivClassName
{
background-color: #D9AD8D;
}
.BgClassName
{
background-color: #D9AD8D;
}
</style>
border-color css
<style>
span { border-color: #D9AD8D; }
span { border-color: rgb(217,173,141); }
td.TdClassName
{
border-color: #D9AD8D;
}
.TagClassName
{
border-color: #D9AD8D;
}
</style>