Shades of Brandy #DDB78C
Tints of Brandy #DDB78C
RGB
CMYK
RGB Variations
Color information
#DDB78C (or 0xDDB78C) is known color: Brandy. HEX triplet: DD, B7 and 8C. RGB value is (221,183,140). Sum of RGB (Red+Green+Blue) = 221+183+140=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB78C is #224873. Grayscale: #BDBDBD. Windows color (decimal): -2246772 or 9222109. OLE color: 9222109.
HSL color Cylindrical-coordinate representation of color #DDB78C: hue angle of 31.85º 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 #DDB78C is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 140 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 31.85º | 0.54% | 0.71% | - |
| HSV(B) | 31.85º | 0.37% | 0.87% | - |
| XYZ | 51.49 | 51.13 | 31.97 | - |
| YUV | 189.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 140 | 0 | 0.17 | 0.37 | 0.13 | 31.85 | 0.54 | 0.71 |
| Hex | DD | B7 | 8C | 0 | 11 | 25 | D | 20 | 36 | 47 |
| Octal | 335 | 267 | 214 | 0 | 21 | 45 | 15 | 40 | 66 | 107 |
| Binary | 11011101 | 10110111 | 10001100 | 0 | 10001 | 100101 | 1101 | 100000 | 110110 | 1000111 |
Color Harmonies of #DDB78C
Complementary color
Monochromatic Colors of #DDB78C
Black with #DDB78C
Text Example
Text Example
White with #DDB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB78C; }
p { color: rgb(221,183,140); }
H1.HeaderClassName
{
color: #DDB78C;
}
.AnyTagClassName
{
color: #DDB78C;
}
</style>
background-color css
<style>
a { background-color: #DDB78C; }
a { background-color: rgb(221,183,140); }
div.DivClassName
{
background-color: #DDB78C;
}
.BgClassName
{
background-color: #DDB78C;
}
</style>
border-color css
<style>
span { border-color: #DDB78C; }
span { border-color: rgb(221,183,140); }
td.TdClassName
{
border-color: #DDB78C;
}
.TagClassName
{
border-color: #DDB78C;
}
</style>