Shades of Brandy #DDBB8E
Tints of Brandy #DDBB8E
RGB
CMYK
RGB Variations
Color information
#DDBB8E (or 0xDDBB8E) is known color: Brandy. HEX triplet: DD, BB and 8E. RGB value is (221,187,142). Sum of RGB (Red+Green+Blue) = 221+187+142=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB8E is #224471. Grayscale: #C0C0C0. Windows color (decimal): -2245746 or 9354205. OLE color: 9354205.
HSL color Cylindrical-coordinate representation of color #DDBB8E: hue angle of 34.18º 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 #DDBB8E is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 142 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.13 |
| HSL | 34.18º | 0.54% | 0.71% | - |
| HSV(B) | 34.18º | 0.36% | 0.87% | - |
| XYZ | 52.47 | 52.87 | 33.03 | - |
| YUV | 192.04 | 99.76 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 142 | 0 | 0.15 | 0.36 | 0.13 | 34.18 | 0.54 | 0.71 |
| Hex | DD | BB | 8E | 0 | F | 24 | D | 22 | 36 | 47 |
| Octal | 335 | 273 | 216 | 0 | 17 | 44 | 15 | 42 | 66 | 107 |
| Binary | 11011101 | 10111011 | 10001110 | 0 | 1111 | 100100 | 1101 | 100010 | 110110 | 1000111 |
Color Harmonies of #DDBB8E
Complementary color
Monochromatic Colors of #DDBB8E
Black with #DDBB8E
Text Example
Text Example
White with #DDBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB8E; }
p { color: rgb(221,187,142); }
H1.HeaderClassName
{
color: #DDBB8E;
}
.AnyTagClassName
{
color: #DDBB8E;
}
</style>
background-color css
<style>
a { background-color: #DDBB8E; }
a { background-color: rgb(221,187,142); }
div.DivClassName
{
background-color: #DDBB8E;
}
.BgClassName
{
background-color: #DDBB8E;
}
</style>
border-color css
<style>
span { border-color: #DDBB8E; }
span { border-color: rgb(221,187,142); }
td.TdClassName
{
border-color: #DDBB8E;
}
.TagClassName
{
border-color: #DDBB8E;
}
</style>