Shades of Brandy #DDB088
Tints of Brandy #DDB088
RGB
CMYK
RGB Variations
Color information
#DDB088 (or 0xDDB088) is known color: Brandy. HEX triplet: DD, B0 and 88. RGB value is (221,176,136). Sum of RGB (Red+Green+Blue) = 221+176+136=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB088 is #224F77. Grayscale: #B9B9B9. Windows color (decimal): -2248568 or 8958173. OLE color: 8958173.
HSL color Cylindrical-coordinate representation of color #DDB088: hue angle of 28.24º degrees, saturation: 0.56, 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 #DDB088 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 136 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.13 |
| HSL | 28.24º | 0.56% | 0.7% | - |
| HSV(B) | 28.24º | 0.38% | 0.87% | - |
| XYZ | 49.79 | 48.2 | 29.97 | - |
| YUV | 184.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 136 | 0 | 0.20 | 0.38 | 0.13 | 28.24 | 0.56 | 0.7 |
| Hex | DD | B0 | 88 | 0 | 14 | 26 | D | 1C | 38 | 46 |
| Octal | 335 | 260 | 210 | 0 | 24 | 46 | 15 | 34 | 70 | 106 |
| Binary | 11011101 | 10110000 | 10001000 | 0 | 10100 | 100110 | 1101 | 11100 | 111000 | 1000110 |
Color Harmonies of #DDB088
Complementary color
Monochromatic Colors of #DDB088
Black with #DDB088
Text Example
Text Example
White with #DDB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB088; }
p { color: rgb(221,176,136); }
H1.HeaderClassName
{
color: #DDB088;
}
.AnyTagClassName
{
color: #DDB088;
}
</style>
background-color css
<style>
a { background-color: #DDB088; }
a { background-color: rgb(221,176,136); }
div.DivClassName
{
background-color: #DDB088;
}
.BgClassName
{
background-color: #DDB088;
}
</style>
border-color css
<style>
span { border-color: #DDB088; }
span { border-color: rgb(221,176,136); }
td.TdClassName
{
border-color: #DDB088;
}
.TagClassName
{
border-color: #DDB088;
}
</style>