Shades of Brandy #DDB08C
Tints of Brandy #DDB08C
RGB
CMYK
RGB Variations
Color information
#DDB08C (or 0xDDB08C) is known color: Brandy. HEX triplet: DD, B0 and 8C. RGB value is (221,176,140). Sum of RGB (Red+Green+Blue) = 221+176+140=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB08C is #224F73. Grayscale: #B9B9B9. Windows color (decimal): -2248564 or 9220317. OLE color: 9220317.
HSL color Cylindrical-coordinate representation of color #DDB08C: hue angle of 26.67º 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 #DDB08C is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 140 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.13 |
| HSL | 26.67º | 0.54% | 0.71% | - |
| HSV(B) | 26.67º | 0.37% | 0.87% | - |
| XYZ | 50.08 | 48.32 | 31.5 | - |
| YUV | 185.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 140 | 0 | 0.20 | 0.37 | 0.13 | 26.67 | 0.54 | 0.71 |
| Hex | DD | B0 | 8C | 0 | 14 | 25 | D | 1B | 36 | 47 |
| Octal | 335 | 260 | 214 | 0 | 24 | 45 | 15 | 33 | 66 | 107 |
| Binary | 11011101 | 10110000 | 10001100 | 0 | 10100 | 100101 | 1101 | 11011 | 110110 | 1000111 |
Color Harmonies of #DDB08C
Complementary color
Monochromatic Colors of #DDB08C
Black with #DDB08C
Text Example
Text Example
White with #DDB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB08C; }
p { color: rgb(221,176,140); }
H1.HeaderClassName
{
color: #DDB08C;
}
.AnyTagClassName
{
color: #DDB08C;
}
</style>
background-color css
<style>
a { background-color: #DDB08C; }
a { background-color: rgb(221,176,140); }
div.DivClassName
{
background-color: #DDB08C;
}
.BgClassName
{
background-color: #DDB08C;
}
</style>
border-color css
<style>
span { border-color: #DDB08C; }
span { border-color: rgb(221,176,140); }
td.TdClassName
{
border-color: #DDB08C;
}
.TagClassName
{
border-color: #DDB08C;
}
</style>