Shades of Brandy #DDBA8D
Tints of Brandy #DDBA8D
RGB
CMYK
RGB Variations
Color information
#DDBA8D (or 0xDDBA8D) is known color: Brandy. HEX triplet: DD, BA and 8D. RGB value is (221,186,141). Sum of RGB (Red+Green+Blue) = 221+186+141=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA8D is #224572. Grayscale: #BFBFBF. Windows color (decimal): -2246003 or 9288413. OLE color: 9288413.
HSL color Cylindrical-coordinate representation of color #DDBA8D: hue angle of 33.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDBA8D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 141 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.13 |
| HSL | 33.75º | 0.54% | 0.71% | - |
| HSV(B) | 33.75º | 0.36% | 0.87% | - |
| XYZ | 52.19 | 52.41 | 32.57 | - |
| YUV | 191.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 141 | 0 | 0.16 | 0.36 | 0.13 | 33.75 | 0.54 | 0.71 |
| Hex | DD | BA | 8D | 0 | 10 | 24 | D | 22 | 36 | 47 |
| Octal | 335 | 272 | 215 | 0 | 20 | 44 | 15 | 42 | 66 | 107 |
| Binary | 11011101 | 10111010 | 10001101 | 0 | 10000 | 100100 | 1101 | 100010 | 110110 | 1000111 |
Color Harmonies of #DDBA8D
Complementary color
Monochromatic Colors of #DDBA8D
Black with #DDBA8D
Text Example
Text Example
White with #DDBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA8D; }
p { color: rgb(221,186,141); }
H1.HeaderClassName
{
color: #DDBA8D;
}
.AnyTagClassName
{
color: #DDBA8D;
}
</style>
background-color css
<style>
a { background-color: #DDBA8D; }
a { background-color: rgb(221,186,141); }
div.DivClassName
{
background-color: #DDBA8D;
}
.BgClassName
{
background-color: #DDBA8D;
}
</style>
border-color css
<style>
span { border-color: #DDBA8D; }
span { border-color: rgb(221,186,141); }
td.TdClassName
{
border-color: #DDBA8D;
}
.TagClassName
{
border-color: #DDBA8D;
}
</style>