Shades of Brandy #DDB18D
Tints of Brandy #DDB18D
RGB
CMYK
RGB Variations
Color information
#DDB18D (or 0xDDB18D) is known color: Brandy. HEX triplet: DD, B1 and 8D. RGB value is (221,177,141). Sum of RGB (Red+Green+Blue) = 221+177+141=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB18D is #224E72. Grayscale: #BABABA. Windows color (decimal): -2248307 or 9286109. OLE color: 9286109.
HSL color Cylindrical-coordinate representation of color #DDB18D: hue angle of 27º 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 #DDB18D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 141 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.13 |
| HSL | 27º | 0.54% | 0.71% | - |
| HSV(B) | 27º | 0.36% | 0.87% | - |
| XYZ | 50.35 | 48.74 | 31.95 | - |
| YUV | 186.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 141 | 0 | 0.20 | 0.36 | 0.13 | 27 | 0.54 | 0.71 |
| Hex | DD | B1 | 8D | 0 | 14 | 24 | D | 1B | 36 | 47 |
| Octal | 335 | 261 | 215 | 0 | 24 | 44 | 15 | 33 | 66 | 107 |
| Binary | 11011101 | 10110001 | 10001101 | 0 | 10100 | 100100 | 1101 | 11011 | 110110 | 1000111 |
Color Harmonies of #DDB18D
Complementary color
Monochromatic Colors of #DDB18D
Black with #DDB18D
Text Example
Text Example
White with #DDB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB18D; }
p { color: rgb(221,177,141); }
H1.HeaderClassName
{
color: #DDB18D;
}
.AnyTagClassName
{
color: #DDB18D;
}
</style>
background-color css
<style>
a { background-color: #DDB18D; }
a { background-color: rgb(221,177,141); }
div.DivClassName
{
background-color: #DDB18D;
}
.BgClassName
{
background-color: #DDB18D;
}
</style>
border-color css
<style>
span { border-color: #DDB18D; }
span { border-color: rgb(221,177,141); }
td.TdClassName
{
border-color: #DDB18D;
}
.TagClassName
{
border-color: #DDB18D;
}
</style>