Shades of Brandy #DDB089
Tints of Brandy #DDB089
RGB
CMYK
RGB Variations
Color information
#DDB089 (or 0xDDB089) is known color: Brandy. HEX triplet: DD, B0 and 89. RGB value is (221,176,137). Sum of RGB (Red+Green+Blue) = 221+176+137=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB089 is #224F76. Grayscale: #B9B9B9. Windows color (decimal): -2248567 or 9023709. OLE color: 9023709.
HSL color Cylindrical-coordinate representation of color #DDB089: hue angle of 27.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDB089 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 137 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.13 |
| HSL | 27.86º | 0.55% | 0.7% | - |
| HSV(B) | 27.86º | 0.38% | 0.87% | - |
| XYZ | 49.86 | 48.23 | 30.35 | - |
| YUV | 185.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 137 | 0 | 0.20 | 0.38 | 0.13 | 27.86 | 0.55 | 0.7 |
| Hex | DD | B0 | 89 | 0 | 14 | 26 | D | 1C | 37 | 46 |
| Octal | 335 | 260 | 211 | 0 | 24 | 46 | 15 | 34 | 67 | 106 |
| Binary | 11011101 | 10110000 | 10001001 | 0 | 10100 | 100110 | 1101 | 11100 | 110111 | 1000110 |
Color Harmonies of #DDB089
Complementary color
Monochromatic Colors of #DDB089
Black with #DDB089
Text Example
Text Example
White with #DDB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB089; }
p { color: rgb(221,176,137); }
H1.HeaderClassName
{
color: #DDB089;
}
.AnyTagClassName
{
color: #DDB089;
}
</style>
background-color css
<style>
a { background-color: #DDB089; }
a { background-color: rgb(221,176,137); }
div.DivClassName
{
background-color: #DDB089;
}
.BgClassName
{
background-color: #DDB089;
}
</style>
border-color css
<style>
span { border-color: #DDB089; }
span { border-color: rgb(221,176,137); }
td.TdClassName
{
border-color: #DDB089;
}
.TagClassName
{
border-color: #DDB089;
}
</style>