Shades of Brandy #DDB38B
Tints of Brandy #DDB38B
RGB
CMYK
RGB Variations
Color information
#DDB38B (or 0xDDB38B) is known color: Brandy. HEX triplet: DD, B3 and 8B. RGB value is (221,179,139). Sum of RGB (Red+Green+Blue) = 221+179+139=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB38B is #224C74. Grayscale: #BBBBBB. Windows color (decimal): -2247797 or 9155549. OLE color: 9155549.
HSL color Cylindrical-coordinate representation of color #DDB38B: hue angle of 29.27º 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 #DDB38B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 139 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.13 |
| HSL | 29.27º | 0.55% | 0.71% | - |
| HSV(B) | 29.27º | 0.37% | 0.87% | - |
| XYZ | 50.6 | 49.48 | 31.31 | - |
| YUV | 187 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 139 | 0 | 0.19 | 0.37 | 0.13 | 29.27 | 0.55 | 0.71 |
| Hex | DD | B3 | 8B | 0 | 13 | 25 | D | 1D | 37 | 47 |
| Octal | 335 | 263 | 213 | 0 | 23 | 45 | 15 | 35 | 67 | 107 |
| Binary | 11011101 | 10110011 | 10001011 | 0 | 10011 | 100101 | 1101 | 11101 | 110111 | 1000111 |
Color Harmonies of #DDB38B
Complementary color
Monochromatic Colors of #DDB38B
Black with #DDB38B
Text Example
Text Example
White with #DDB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB38B; }
p { color: rgb(221,179,139); }
H1.HeaderClassName
{
color: #DDB38B;
}
.AnyTagClassName
{
color: #DDB38B;
}
</style>
background-color css
<style>
a { background-color: #DDB38B; }
a { background-color: rgb(221,179,139); }
div.DivClassName
{
background-color: #DDB38B;
}
.BgClassName
{
background-color: #DDB38B;
}
</style>
border-color css
<style>
span { border-color: #DDB38B; }
span { border-color: rgb(221,179,139); }
td.TdClassName
{
border-color: #DDB38B;
}
.TagClassName
{
border-color: #DDB38B;
}
</style>