Shades of Brandy #DDB98C
Tints of Brandy #DDB98C
RGB
CMYK
RGB Variations
Color information
#DDB98C (or 0xDDB98C) is known color: Brandy. HEX triplet: DD, B9 and 8C. RGB value is (221,185,140). Sum of RGB (Red+Green+Blue) = 221+185+140=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB98C is #224673. Grayscale: #BEBEBE. Windows color (decimal): -2246260 or 9222621. OLE color: 9222621.
HSL color Cylindrical-coordinate representation of color #DDB98C: hue angle of 33.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDB98C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 140 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.13 |
| HSL | 33.33º | 0.54% | 0.71% | - |
| HSV(B) | 33.33º | 0.37% | 0.87% | - |
| XYZ | 51.9 | 51.96 | 32.11 | - |
| YUV | 190.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 140 | 0 | 0.16 | 0.37 | 0.13 | 33.33 | 0.54 | 0.71 |
| Hex | DD | B9 | 8C | 0 | 10 | 25 | D | 21 | 36 | 47 |
| Octal | 335 | 271 | 214 | 0 | 20 | 45 | 15 | 41 | 66 | 107 |
| Binary | 11011101 | 10111001 | 10001100 | 0 | 10000 | 100101 | 1101 | 100001 | 110110 | 1000111 |
Color Harmonies of #DDB98C
Complementary color
Monochromatic Colors of #DDB98C
Black with #DDB98C
Text Example
Text Example
White with #DDB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB98C; }
p { color: rgb(221,185,140); }
H1.HeaderClassName
{
color: #DDB98C;
}
.AnyTagClassName
{
color: #DDB98C;
}
</style>
background-color css
<style>
a { background-color: #DDB98C; }
a { background-color: rgb(221,185,140); }
div.DivClassName
{
background-color: #DDB98C;
}
.BgClassName
{
background-color: #DDB98C;
}
</style>
border-color css
<style>
span { border-color: #DDB98C; }
span { border-color: rgb(221,185,140); }
td.TdClassName
{
border-color: #DDB98C;
}
.TagClassName
{
border-color: #DDB98C;
}
</style>