Shades of Brandy #DDB78B
Tints of Brandy #DDB78B
RGB
CMYK
RGB Variations
Color information
#DDB78B (or 0xDDB78B) is known color: Brandy. HEX triplet: DD, B7 and 8B. RGB value is (221,183,139). Sum of RGB (Red+Green+Blue) = 221+183+139=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB78B is #224874. Grayscale: #BDBDBD. Windows color (decimal): -2246773 or 9156573. OLE color: 9156573.
HSL color Cylindrical-coordinate representation of color #DDB78B: hue angle of 32.2º degrees, saturation: 0.55, 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 #DDB78B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 139 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 32.2º | 0.55% | 0.71% | - |
| HSV(B) | 32.2º | 0.37% | 0.87% | - |
| XYZ | 51.41 | 51.1 | 31.58 | - |
| YUV | 189.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 139 | 0 | 0.17 | 0.37 | 0.13 | 32.2 | 0.55 | 0.71 |
| Hex | DD | B7 | 8B | 0 | 11 | 25 | D | 20 | 37 | 47 |
| Octal | 335 | 267 | 213 | 0 | 21 | 45 | 15 | 40 | 67 | 107 |
| Binary | 11011101 | 10110111 | 10001011 | 0 | 10001 | 100101 | 1101 | 100000 | 110111 | 1000111 |
Color Harmonies of #DDB78B
Complementary color
Monochromatic Colors of #DDB78B
Black with #DDB78B
Text Example
Text Example
White with #DDB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB78B; }
p { color: rgb(221,183,139); }
H1.HeaderClassName
{
color: #DDB78B;
}
.AnyTagClassName
{
color: #DDB78B;
}
</style>
background-color css
<style>
a { background-color: #DDB78B; }
a { background-color: rgb(221,183,139); }
div.DivClassName
{
background-color: #DDB78B;
}
.BgClassName
{
background-color: #DDB78B;
}
</style>
border-color css
<style>
span { border-color: #DDB78B; }
span { border-color: rgb(221,183,139); }
td.TdClassName
{
border-color: #DDB78B;
}
.TagClassName
{
border-color: #DDB78B;
}
</style>