Shades of Brandy #DDB18B
Tints of Brandy #DDB18B
RGB
CMYK
RGB Variations
Color information
#DDB18B (or 0xDDB18B) is known color: Brandy. HEX triplet: DD, B1 and 8B. RGB value is (221,177,139). Sum of RGB (Red+Green+Blue) = 221+177+139=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB18B is #224E74. Grayscale: #BABABA. Windows color (decimal): -2248309 or 9155037. OLE color: 9155037.
HSL color Cylindrical-coordinate representation of color #DDB18B: hue angle of 27.8º 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 #DDB18B is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 139 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.13 |
| HSL | 27.8º | 0.55% | 0.71% | - |
| HSV(B) | 27.8º | 0.37% | 0.87% | - |
| XYZ | 50.2 | 48.68 | 31.18 | - |
| YUV | 185.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 139 | 0 | 0.20 | 0.37 | 0.13 | 27.8 | 0.55 | 0.71 |
| Hex | DD | B1 | 8B | 0 | 14 | 25 | D | 1C | 37 | 47 |
| Octal | 335 | 261 | 213 | 0 | 24 | 45 | 15 | 34 | 67 | 107 |
| Binary | 11011101 | 10110001 | 10001011 | 0 | 10100 | 100101 | 1101 | 11100 | 110111 | 1000111 |
Color Harmonies of #DDB18B
Complementary color
Monochromatic Colors of #DDB18B
Black with #DDB18B
Text Example
Text Example
White with #DDB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB18B; }
p { color: rgb(221,177,139); }
H1.HeaderClassName
{
color: #DDB18B;
}
.AnyTagClassName
{
color: #DDB18B;
}
</style>
background-color css
<style>
a { background-color: #DDB18B; }
a { background-color: rgb(221,177,139); }
div.DivClassName
{
background-color: #DDB18B;
}
.BgClassName
{
background-color: #DDB18B;
}
</style>
border-color css
<style>
span { border-color: #DDB18B; }
span { border-color: rgb(221,177,139); }
td.TdClassName
{
border-color: #DDB18B;
}
.TagClassName
{
border-color: #DDB18B;
}
</style>