Shades of Brandy #DDB38C
Tints of Brandy #DDB38C
RGB
CMYK
RGB Variations
Color information
#DDB38C (or 0xDDB38C) is known color: Brandy. HEX triplet: DD, B3 and 8C. RGB value is (221,179,140). Sum of RGB (Red+Green+Blue) = 221+179+140=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB38C is #224C73. Grayscale: #BBBBBB. Windows color (decimal): -2247796 or 9221085. OLE color: 9221085.
HSL color Cylindrical-coordinate representation of color #DDB38C: hue angle of 28.89º 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 #DDB38C is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 140 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.13 |
| HSL | 28.89º | 0.54% | 0.71% | - |
| HSV(B) | 28.89º | 0.37% | 0.87% | - |
| XYZ | 50.67 | 49.51 | 31.7 | - |
| YUV | 187.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 140 | 0 | 0.19 | 0.37 | 0.13 | 28.89 | 0.54 | 0.71 |
| Hex | DD | B3 | 8C | 0 | 13 | 25 | D | 1D | 36 | 47 |
| Octal | 335 | 263 | 214 | 0 | 23 | 45 | 15 | 35 | 66 | 107 |
| Binary | 11011101 | 10110011 | 10001100 | 0 | 10011 | 100101 | 1101 | 11101 | 110110 | 1000111 |
Color Harmonies of #DDB38C
Complementary color
Monochromatic Colors of #DDB38C
Black with #DDB38C
Text Example
Text Example
White with #DDB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB38C; }
p { color: rgb(221,179,140); }
H1.HeaderClassName
{
color: #DDB38C;
}
.AnyTagClassName
{
color: #DDB38C;
}
</style>
background-color css
<style>
a { background-color: #DDB38C; }
a { background-color: rgb(221,179,140); }
div.DivClassName
{
background-color: #DDB38C;
}
.BgClassName
{
background-color: #DDB38C;
}
</style>
border-color css
<style>
span { border-color: #DDB38C; }
span { border-color: rgb(221,179,140); }
td.TdClassName
{
border-color: #DDB38C;
}
.TagClassName
{
border-color: #DDB38C;
}
</style>