Shades of Brandy #DDBA8E
Tints of Brandy #DDBA8E
RGB
CMYK
RGB Variations
Color information
#DDBA8E (or 0xDDBA8E) is known color: Brandy. HEX triplet: DD, BA and 8E. RGB value is (221,186,142). Sum of RGB (Red+Green+Blue) = 221+186+142=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA8E is #224571. Grayscale: #BFBFBF. Windows color (decimal): -2246002 or 9353949. OLE color: 9353949.
HSL color Cylindrical-coordinate representation of color #DDBA8E: hue angle of 33.42º 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 #DDBA8E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 142 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.13 |
| HSL | 33.42º | 0.54% | 0.71% | - |
| HSV(B) | 33.42º | 0.36% | 0.87% | - |
| XYZ | 52.26 | 52.44 | 32.96 | - |
| YUV | 191.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 142 | 0 | 0.16 | 0.36 | 0.13 | 33.42 | 0.54 | 0.71 |
| Hex | DD | BA | 8E | 0 | 10 | 24 | D | 21 | 36 | 47 |
| Octal | 335 | 272 | 216 | 0 | 20 | 44 | 15 | 41 | 66 | 107 |
| Binary | 11011101 | 10111010 | 10001110 | 0 | 10000 | 100100 | 1101 | 100001 | 110110 | 1000111 |
Color Harmonies of #DDBA8E
Complementary color
Monochromatic Colors of #DDBA8E
Black with #DDBA8E
Text Example
Text Example
White with #DDBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA8E; }
p { color: rgb(221,186,142); }
H1.HeaderClassName
{
color: #DDBA8E;
}
.AnyTagClassName
{
color: #DDBA8E;
}
</style>
background-color css
<style>
a { background-color: #DDBA8E; }
a { background-color: rgb(221,186,142); }
div.DivClassName
{
background-color: #DDBA8E;
}
.BgClassName
{
background-color: #DDBA8E;
}
</style>
border-color css
<style>
span { border-color: #DDBA8E; }
span { border-color: rgb(221,186,142); }
td.TdClassName
{
border-color: #DDBA8E;
}
.TagClassName
{
border-color: #DDBA8E;
}
</style>