Shades of Brandy #DDBB8D
Tints of Brandy #DDBB8D
RGB
CMYK
RGB Variations
Color information
#DDBB8D (or 0xDDBB8D) is known color: Brandy. HEX triplet: DD, BB and 8D. RGB value is (221,187,141). Sum of RGB (Red+Green+Blue) = 221+187+141=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB8D is #224472. Grayscale: #C0C0C0. Windows color (decimal): -2245747 or 9288669. OLE color: 9288669.
HSL color Cylindrical-coordinate representation of color #DDBB8D: hue angle of 34.5º 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 #DDBB8D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 141 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.13 |
| HSL | 34.5º | 0.54% | 0.71% | - |
| HSV(B) | 34.5º | 0.36% | 0.87% | - |
| XYZ | 52.4 | 52.84 | 32.64 | - |
| YUV | 191.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 141 | 0 | 0.15 | 0.36 | 0.13 | 34.5 | 0.54 | 0.71 |
| Hex | DD | BB | 8D | 0 | F | 24 | D | 22 | 36 | 47 |
| Octal | 335 | 273 | 215 | 0 | 17 | 44 | 15 | 42 | 66 | 107 |
| Binary | 11011101 | 10111011 | 10001101 | 0 | 1111 | 100100 | 1101 | 100010 | 110110 | 1000111 |
Color Harmonies of #DDBB8D
Complementary color
Monochromatic Colors of #DDBB8D
Black with #DDBB8D
Text Example
Text Example
White with #DDBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB8D; }
p { color: rgb(221,187,141); }
H1.HeaderClassName
{
color: #DDBB8D;
}
.AnyTagClassName
{
color: #DDBB8D;
}
</style>
background-color css
<style>
a { background-color: #DDBB8D; }
a { background-color: rgb(221,187,141); }
div.DivClassName
{
background-color: #DDBB8D;
}
.BgClassName
{
background-color: #DDBB8D;
}
</style>
border-color css
<style>
span { border-color: #DDBB8D; }
span { border-color: rgb(221,187,141); }
td.TdClassName
{
border-color: #DDBB8D;
}
.TagClassName
{
border-color: #DDBB8D;
}
</style>