Shades of Brandy #DDB98E
Tints of Brandy #DDB98E
RGB
CMYK
RGB Variations
Color information
#DDB98E (or 0xDDB98E) is known color: Brandy. HEX triplet: DD, B9 and 8E. RGB value is (221,185,142). Sum of RGB (Red+Green+Blue) = 221+185+142=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB98E is #224671. Grayscale: #BFBFBF. Windows color (decimal): -2246258 or 9353693. OLE color: 9353693.
HSL color Cylindrical-coordinate representation of color #DDB98E: hue angle of 32.66º 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 #DDB98E is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 142 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.13 |
| HSL | 32.66º | 0.54% | 0.71% | - |
| HSV(B) | 32.66º | 0.36% | 0.87% | - |
| XYZ | 52.05 | 52.02 | 32.89 | - |
| YUV | 190.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 142 | 0 | 0.16 | 0.36 | 0.13 | 32.66 | 0.54 | 0.71 |
| Hex | DD | B9 | 8E | 0 | 10 | 24 | D | 21 | 36 | 47 |
| Octal | 335 | 271 | 216 | 0 | 20 | 44 | 15 | 41 | 66 | 107 |
| Binary | 11011101 | 10111001 | 10001110 | 0 | 10000 | 100100 | 1101 | 100001 | 110110 | 1000111 |
Color Harmonies of #DDB98E
Complementary color
Monochromatic Colors of #DDB98E
Black with #DDB98E
Text Example
Text Example
White with #DDB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB98E; }
p { color: rgb(221,185,142); }
H1.HeaderClassName
{
color: #DDB98E;
}
.AnyTagClassName
{
color: #DDB98E;
}
</style>
background-color css
<style>
a { background-color: #DDB98E; }
a { background-color: rgb(221,185,142); }
div.DivClassName
{
background-color: #DDB98E;
}
.BgClassName
{
background-color: #DDB98E;
}
</style>
border-color css
<style>
span { border-color: #DDB98E; }
span { border-color: rgb(221,185,142); }
td.TdClassName
{
border-color: #DDB98E;
}
.TagClassName
{
border-color: #DDB98E;
}
</style>