Shades of Brandy #DDB48C
Tints of Brandy #DDB48C
RGB
CMYK
RGB Variations
Color information
#DDB48C (or 0xDDB48C) is known color: Brandy. HEX triplet: DD, B4 and 8C. RGB value is (221,180,140). Sum of RGB (Red+Green+Blue) = 221+180+140=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB48C is #224B73. Grayscale: #BBBBBB. Windows color (decimal): -2247540 or 9221341. OLE color: 9221341.
HSL color Cylindrical-coordinate representation of color #DDB48C: hue angle of 29.63º 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 #DDB48C is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 140 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.13 |
| HSL | 29.63º | 0.54% | 0.71% | - |
| HSV(B) | 29.63º | 0.37% | 0.87% | - |
| XYZ | 50.87 | 49.91 | 31.76 | - |
| YUV | 187.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 140 | 0 | 0.19 | 0.37 | 0.13 | 29.63 | 0.54 | 0.71 |
| Hex | DD | B4 | 8C | 0 | 13 | 25 | D | 1E | 36 | 47 |
| Octal | 335 | 264 | 214 | 0 | 23 | 45 | 15 | 36 | 66 | 107 |
| Binary | 11011101 | 10110100 | 10001100 | 0 | 10011 | 100101 | 1101 | 11110 | 110110 | 1000111 |
Color Harmonies of #DDB48C
Complementary color
Monochromatic Colors of #DDB48C
Black with #DDB48C
Text Example
Text Example
White with #DDB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB48C; }
p { color: rgb(221,180,140); }
H1.HeaderClassName
{
color: #DDB48C;
}
.AnyTagClassName
{
color: #DDB48C;
}
</style>
background-color css
<style>
a { background-color: #DDB48C; }
a { background-color: rgb(221,180,140); }
div.DivClassName
{
background-color: #DDB48C;
}
.BgClassName
{
background-color: #DDB48C;
}
</style>
border-color css
<style>
span { border-color: #DDB48C; }
span { border-color: rgb(221,180,140); }
td.TdClassName
{
border-color: #DDB48C;
}
.TagClassName
{
border-color: #DDB48C;
}
</style>