Shades of Brandy #DDB88C
Tints of Brandy #DDB88C
RGB
CMYK
RGB Variations
Color information
#DDB88C (or 0xDDB88C) is known color: Brandy. HEX triplet: DD, B8 and 8C. RGB value is (221,184,140). Sum of RGB (Red+Green+Blue) = 221+184+140=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB88C is #224773. Grayscale: #BEBEBE. Windows color (decimal): -2246516 or 9222365. OLE color: 9222365.
HSL color Cylindrical-coordinate representation of color #DDB88C: hue angle of 32.59º 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 #DDB88C is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 140 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.13 |
| HSL | 32.59º | 0.54% | 0.71% | - |
| HSV(B) | 32.59º | 0.37% | 0.87% | - |
| XYZ | 51.69 | 51.55 | 32.04 | - |
| YUV | 190.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 140 | 0 | 0.17 | 0.37 | 0.13 | 32.59 | 0.54 | 0.71 |
| Hex | DD | B8 | 8C | 0 | 11 | 25 | D | 21 | 36 | 47 |
| Octal | 335 | 270 | 214 | 0 | 21 | 45 | 15 | 41 | 66 | 107 |
| Binary | 11011101 | 10111000 | 10001100 | 0 | 10001 | 100101 | 1101 | 100001 | 110110 | 1000111 |
Color Harmonies of #DDB88C
Complementary color
Monochromatic Colors of #DDB88C
Black with #DDB88C
Text Example
Text Example
White with #DDB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB88C; }
p { color: rgb(221,184,140); }
H1.HeaderClassName
{
color: #DDB88C;
}
.AnyTagClassName
{
color: #DDB88C;
}
</style>
background-color css
<style>
a { background-color: #DDB88C; }
a { background-color: rgb(221,184,140); }
div.DivClassName
{
background-color: #DDB88C;
}
.BgClassName
{
background-color: #DDB88C;
}
</style>
border-color css
<style>
span { border-color: #DDB88C; }
span { border-color: rgb(221,184,140); }
td.TdClassName
{
border-color: #DDB88C;
}
.TagClassName
{
border-color: #DDB88C;
}
</style>