Shades of Brandy #DDB08E
Tints of Brandy #DDB08E
RGB
CMYK
RGB Variations
Color information
#DDB08E (or 0xDDB08E) is known color: Brandy. HEX triplet: DD, B0 and 8E. RGB value is (221,176,142). Sum of RGB (Red+Green+Blue) = 221+176+142=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB08E is #224F71. Grayscale: #B9B9B9. Windows color (decimal): -2248562 or 9351389. OLE color: 9351389.
HSL color Cylindrical-coordinate representation of color #DDB08E: hue angle of 25.82º 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 #DDB08E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 142 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.13 |
| HSL | 25.82º | 0.54% | 0.71% | - |
| HSV(B) | 25.82º | 0.36% | 0.87% | - |
| XYZ | 50.23 | 48.38 | 32.28 | - |
| YUV | 185.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 142 | 0 | 0.20 | 0.36 | 0.13 | 25.82 | 0.54 | 0.71 |
| Hex | DD | B0 | 8E | 0 | 14 | 24 | D | 1A | 36 | 47 |
| Octal | 335 | 260 | 216 | 0 | 24 | 44 | 15 | 32 | 66 | 107 |
| Binary | 11011101 | 10110000 | 10001110 | 0 | 10100 | 100100 | 1101 | 11010 | 110110 | 1000111 |
Color Harmonies of #DDB08E
Complementary color
Monochromatic Colors of #DDB08E
Black with #DDB08E
Text Example
Text Example
White with #DDB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB08E; }
p { color: rgb(221,176,142); }
H1.HeaderClassName
{
color: #DDB08E;
}
.AnyTagClassName
{
color: #DDB08E;
}
</style>
background-color css
<style>
a { background-color: #DDB08E; }
a { background-color: rgb(221,176,142); }
div.DivClassName
{
background-color: #DDB08E;
}
.BgClassName
{
background-color: #DDB08E;
}
</style>
border-color css
<style>
span { border-color: #DDB08E; }
span { border-color: rgb(221,176,142); }
td.TdClassName
{
border-color: #DDB08E;
}
.TagClassName
{
border-color: #DDB08E;
}
</style>