Shades of Brandy #DDB78A
Tints of Brandy #DDB78A
RGB
CMYK
RGB Variations
Color information
#DDB78A (or 0xDDB78A) is known color: Brandy. HEX triplet: DD, B7 and 8A. RGB value is (221,183,138). Sum of RGB (Red+Green+Blue) = 221+183+138=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB78A is #224875. Grayscale: #BDBDBD. Windows color (decimal): -2246774 or 9091037. OLE color: 9091037.
HSL color Cylindrical-coordinate representation of color #DDB78A: hue angle of 32.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDB78A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 138 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.13 |
| HSL | 32.53º | 0.55% | 0.7% | - |
| HSV(B) | 32.53º | 0.38% | 0.87% | - |
| XYZ | 51.34 | 51.07 | 31.2 | - |
| YUV | 189.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 138 | 0 | 0.17 | 0.38 | 0.13 | 32.53 | 0.55 | 0.7 |
| Hex | DD | B7 | 8A | 0 | 11 | 26 | D | 21 | 37 | 46 |
| Octal | 335 | 267 | 212 | 0 | 21 | 46 | 15 | 41 | 67 | 106 |
| Binary | 11011101 | 10110111 | 10001010 | 0 | 10001 | 100110 | 1101 | 100001 | 110111 | 1000110 |
Color Harmonies of #DDB78A
Complementary color
Monochromatic Colors of #DDB78A
Black with #DDB78A
Text Example
Text Example
White with #DDB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB78A; }
p { color: rgb(221,183,138); }
H1.HeaderClassName
{
color: #DDB78A;
}
.AnyTagClassName
{
color: #DDB78A;
}
</style>
background-color css
<style>
a { background-color: #DDB78A; }
a { background-color: rgb(221,183,138); }
div.DivClassName
{
background-color: #DDB78A;
}
.BgClassName
{
background-color: #DDB78A;
}
</style>
border-color css
<style>
span { border-color: #DDB78A; }
span { border-color: rgb(221,183,138); }
td.TdClassName
{
border-color: #DDB78A;
}
.TagClassName
{
border-color: #DDB78A;
}
</style>