Shades of Brandy #DDB88B
Tints of Brandy #DDB88B
RGB
CMYK
RGB Variations
Color information
#DDB88B (or 0xDDB88B) is known color: Brandy. HEX triplet: DD, B8 and 8B. RGB value is (221,184,139). Sum of RGB (Red+Green+Blue) = 221+184+139=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB88B is #224774. Grayscale: #BEBEBE. Windows color (decimal): -2246517 or 9156829. OLE color: 9156829.
HSL color Cylindrical-coordinate representation of color #DDB88B: hue angle of 32.93º 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 #DDB88B is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 139 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 32.93º | 0.55% | 0.71% | - |
| HSV(B) | 32.93º | 0.37% | 0.87% | - |
| XYZ | 51.62 | 51.52 | 31.65 | - |
| YUV | 189.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 139 | 0 | 0.17 | 0.37 | 0.13 | 32.93 | 0.55 | 0.71 |
| Hex | DD | B8 | 8B | 0 | 11 | 25 | D | 21 | 37 | 47 |
| Octal | 335 | 270 | 213 | 0 | 21 | 45 | 15 | 41 | 67 | 107 |
| Binary | 11011101 | 10111000 | 10001011 | 0 | 10001 | 100101 | 1101 | 100001 | 110111 | 1000111 |
Color Harmonies of #DDB88B
Complementary color
Monochromatic Colors of #DDB88B
Black with #DDB88B
Text Example
Text Example
White with #DDB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB88B; }
p { color: rgb(221,184,139); }
H1.HeaderClassName
{
color: #DDB88B;
}
.AnyTagClassName
{
color: #DDB88B;
}
</style>
background-color css
<style>
a { background-color: #DDB88B; }
a { background-color: rgb(221,184,139); }
div.DivClassName
{
background-color: #DDB88B;
}
.BgClassName
{
background-color: #DDB88B;
}
</style>
border-color css
<style>
span { border-color: #DDB88B; }
span { border-color: rgb(221,184,139); }
td.TdClassName
{
border-color: #DDB88B;
}
.TagClassName
{
border-color: #DDB88B;
}
</style>