Shades of Brandy #DDB08A
Tints of Brandy #DDB08A
RGB
CMYK
RGB Variations
Color information
#DDB08A (or 0xDDB08A) is known color: Brandy. HEX triplet: DD, B0 and 8A. RGB value is (221,176,138). Sum of RGB (Red+Green+Blue) = 221+176+138=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB08A is #224F75. Grayscale: #B9B9B9. Windows color (decimal): -2248566 or 9089245. OLE color: 9089245.
HSL color Cylindrical-coordinate representation of color #DDB08A: hue angle of 27.47º 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 #DDB08A is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 138 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.13 |
| HSL | 27.47º | 0.55% | 0.7% | - |
| HSV(B) | 27.47º | 0.38% | 0.87% | - |
| XYZ | 49.93 | 48.26 | 30.73 | - |
| YUV | 185.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 138 | 0 | 0.20 | 0.38 | 0.13 | 27.47 | 0.55 | 0.7 |
| Hex | DD | B0 | 8A | 0 | 14 | 26 | D | 1B | 37 | 46 |
| Octal | 335 | 260 | 212 | 0 | 24 | 46 | 15 | 33 | 67 | 106 |
| Binary | 11011101 | 10110000 | 10001010 | 0 | 10100 | 100110 | 1101 | 11011 | 110111 | 1000110 |
Color Harmonies of #DDB08A
Complementary color
Monochromatic Colors of #DDB08A
Black with #DDB08A
Text Example
Text Example
White with #DDB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB08A; }
p { color: rgb(221,176,138); }
H1.HeaderClassName
{
color: #DDB08A;
}
.AnyTagClassName
{
color: #DDB08A;
}
</style>
background-color css
<style>
a { background-color: #DDB08A; }
a { background-color: rgb(221,176,138); }
div.DivClassName
{
background-color: #DDB08A;
}
.BgClassName
{
background-color: #DDB08A;
}
</style>
border-color css
<style>
span { border-color: #DDB08A; }
span { border-color: rgb(221,176,138); }
td.TdClassName
{
border-color: #DDB08A;
}
.TagClassName
{
border-color: #DDB08A;
}
</style>