Shades of Brandy #DDB38E
Tints of Brandy #DDB38E
RGB
CMYK
RGB Variations
Color information
#DDB38E (or 0xDDB38E) is known color: Brandy. HEX triplet: DD, B3 and 8E. RGB value is (221,179,142). Sum of RGB (Red+Green+Blue) = 221+179+142=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB38E is #224C71. Grayscale: #BBBBBB. Windows color (decimal): -2247794 or 9352157. OLE color: 9352157.
HSL color Cylindrical-coordinate representation of color #DDB38E: hue angle of 28.1º 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 #DDB38E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 142 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.13 |
| HSL | 28.1º | 0.54% | 0.71% | - |
| HSV(B) | 28.1º | 0.36% | 0.87% | - |
| XYZ | 50.82 | 49.57 | 32.48 | - |
| YUV | 187.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 142 | 0 | 0.19 | 0.36 | 0.13 | 28.1 | 0.54 | 0.71 |
| Hex | DD | B3 | 8E | 0 | 13 | 24 | D | 1C | 36 | 47 |
| Octal | 335 | 263 | 216 | 0 | 23 | 44 | 15 | 34 | 66 | 107 |
| Binary | 11011101 | 10110011 | 10001110 | 0 | 10011 | 100100 | 1101 | 11100 | 110110 | 1000111 |
Color Harmonies of #DDB38E
Complementary color
Monochromatic Colors of #DDB38E
Black with #DDB38E
Text Example
Text Example
White with #DDB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB38E; }
p { color: rgb(221,179,142); }
H1.HeaderClassName
{
color: #DDB38E;
}
.AnyTagClassName
{
color: #DDB38E;
}
</style>
background-color css
<style>
a { background-color: #DDB38E; }
a { background-color: rgb(221,179,142); }
div.DivClassName
{
background-color: #DDB38E;
}
.BgClassName
{
background-color: #DDB38E;
}
</style>
border-color css
<style>
span { border-color: #DDB38E; }
span { border-color: rgb(221,179,142); }
td.TdClassName
{
border-color: #DDB38E;
}
.TagClassName
{
border-color: #DDB38E;
}
</style>