Shades of Brandy #DDB78E
Tints of Brandy #DDB78E
RGB
CMYK
RGB Variations
Color information
#DDB78E (or 0xDDB78E) is known color: Brandy. HEX triplet: DD, B7 and 8E. RGB value is (221,183,142). Sum of RGB (Red+Green+Blue) = 221+183+142=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB78E is #224871. Grayscale: #BDBDBD. Windows color (decimal): -2246770 or 9353181. OLE color: 9353181.
HSL color Cylindrical-coordinate representation of color #DDB78E: hue angle of 31.14º 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 #DDB78E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 142 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.13 |
| HSL | 31.14º | 0.54% | 0.71% | - |
| HSV(B) | 31.14º | 0.36% | 0.87% | - |
| XYZ | 51.63 | 51.19 | 32.75 | - |
| YUV | 189.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 142 | 0 | 0.17 | 0.36 | 0.13 | 31.14 | 0.54 | 0.71 |
| Hex | DD | B7 | 8E | 0 | 11 | 24 | D | 1F | 36 | 47 |
| Octal | 335 | 267 | 216 | 0 | 21 | 44 | 15 | 37 | 66 | 107 |
| Binary | 11011101 | 10110111 | 10001110 | 0 | 10001 | 100100 | 1101 | 11111 | 110110 | 1000111 |
Color Harmonies of #DDB78E
Complementary color
Monochromatic Colors of #DDB78E
Black with #DDB78E
Text Example
Text Example
White with #DDB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB78E; }
p { color: rgb(221,183,142); }
H1.HeaderClassName
{
color: #DDB78E;
}
.AnyTagClassName
{
color: #DDB78E;
}
</style>
background-color css
<style>
a { background-color: #DDB78E; }
a { background-color: rgb(221,183,142); }
div.DivClassName
{
background-color: #DDB78E;
}
.BgClassName
{
background-color: #DDB78E;
}
</style>
border-color css
<style>
span { border-color: #DDB78E; }
span { border-color: rgb(221,183,142); }
td.TdClassName
{
border-color: #DDB78E;
}
.TagClassName
{
border-color: #DDB78E;
}
</style>