Shades of Brandy #DDB08D
Tints of Brandy #DDB08D
RGB
CMYK
RGB Variations
Color information
#DDB08D (or 0xDDB08D) is known color: Brandy. HEX triplet: DD, B0 and 8D. RGB value is (221,176,141). Sum of RGB (Red+Green+Blue) = 221+176+141=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB08D is #224F72. Grayscale: #B9B9B9. Windows color (decimal): -2248563 or 9285853. OLE color: 9285853.
HSL color Cylindrical-coordinate representation of color #DDB08D: hue angle of 26.25º 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 #DDB08D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 141 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.13 |
| HSL | 26.25º | 0.54% | 0.71% | - |
| HSV(B) | 26.25º | 0.36% | 0.87% | - |
| XYZ | 50.15 | 48.35 | 31.89 | - |
| YUV | 185.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 141 | 0 | 0.20 | 0.36 | 0.13 | 26.25 | 0.54 | 0.71 |
| Hex | DD | B0 | 8D | 0 | 14 | 24 | D | 1A | 36 | 47 |
| Octal | 335 | 260 | 215 | 0 | 24 | 44 | 15 | 32 | 66 | 107 |
| Binary | 11011101 | 10110000 | 10001101 | 0 | 10100 | 100100 | 1101 | 11010 | 110110 | 1000111 |
Color Harmonies of #DDB08D
Complementary color
Monochromatic Colors of #DDB08D
Black with #DDB08D
Text Example
Text Example
White with #DDB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB08D; }
p { color: rgb(221,176,141); }
H1.HeaderClassName
{
color: #DDB08D;
}
.AnyTagClassName
{
color: #DDB08D;
}
</style>
background-color css
<style>
a { background-color: #DDB08D; }
a { background-color: rgb(221,176,141); }
div.DivClassName
{
background-color: #DDB08D;
}
.BgClassName
{
background-color: #DDB08D;
}
</style>
border-color css
<style>
span { border-color: #DDB08D; }
span { border-color: rgb(221,176,141); }
td.TdClassName
{
border-color: #DDB08D;
}
.TagClassName
{
border-color: #DDB08D;
}
</style>