Shades of Brandy #DDB48D
Tints of Brandy #DDB48D
RGB
CMYK
RGB Variations
Color information
#DDB48D (or 0xDDB48D) is known color: Brandy. HEX triplet: DD, B4 and 8D. RGB value is (221,180,141). Sum of RGB (Red+Green+Blue) = 221+180+141=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB48D is #224B72. Grayscale: #BCBCBC. Windows color (decimal): -2247539 or 9286877. OLE color: 9286877.
HSL color Cylindrical-coordinate representation of color #DDB48D: hue angle of 29.25º 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 #DDB48D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 141 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.13 |
| HSL | 29.25º | 0.54% | 0.71% | - |
| HSV(B) | 29.25º | 0.36% | 0.87% | - |
| XYZ | 50.95 | 49.94 | 32.15 | - |
| YUV | 187.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 141 | 0 | 0.19 | 0.36 | 0.13 | 29.25 | 0.54 | 0.71 |
| Hex | DD | B4 | 8D | 0 | 13 | 24 | D | 1D | 36 | 47 |
| Octal | 335 | 264 | 215 | 0 | 23 | 44 | 15 | 35 | 66 | 107 |
| Binary | 11011101 | 10110100 | 10001101 | 0 | 10011 | 100100 | 1101 | 11101 | 110110 | 1000111 |
Color Harmonies of #DDB48D
Complementary color
Monochromatic Colors of #DDB48D
Black with #DDB48D
Text Example
Text Example
White with #DDB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB48D; }
p { color: rgb(221,180,141); }
H1.HeaderClassName
{
color: #DDB48D;
}
.AnyTagClassName
{
color: #DDB48D;
}
</style>
background-color css
<style>
a { background-color: #DDB48D; }
a { background-color: rgb(221,180,141); }
div.DivClassName
{
background-color: #DDB48D;
}
.BgClassName
{
background-color: #DDB48D;
}
</style>
border-color css
<style>
span { border-color: #DDB48D; }
span { border-color: rgb(221,180,141); }
td.TdClassName
{
border-color: #DDB48D;
}
.TagClassName
{
border-color: #DDB48D;
}
</style>