Shades of Brandy #DDB68B
Tints of Brandy #DDB68B
RGB
CMYK
RGB Variations
Color information
#DDB68B (or 0xDDB68B) is known color: Brandy. HEX triplet: DD, B6 and 8B. RGB value is (221,182,139). Sum of RGB (Red+Green+Blue) = 221+182+139=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB68B is #224974. Grayscale: #BCBCBC. Windows color (decimal): -2247029 or 9156317. OLE color: 9156317.
HSL color Cylindrical-coordinate representation of color #DDB68B: hue angle of 31.46º 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 #DDB68B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 139 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.13 |
| HSL | 31.46º | 0.55% | 0.71% | - |
| HSV(B) | 31.46º | 0.37% | 0.87% | - |
| XYZ | 51.21 | 50.69 | 31.51 | - |
| YUV | 188.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 139 | 0 | 0.18 | 0.37 | 0.13 | 31.46 | 0.55 | 0.71 |
| Hex | DD | B6 | 8B | 0 | 12 | 25 | D | 1F | 37 | 47 |
| Octal | 335 | 266 | 213 | 0 | 22 | 45 | 15 | 37 | 67 | 107 |
| Binary | 11011101 | 10110110 | 10001011 | 0 | 10010 | 100101 | 1101 | 11111 | 110111 | 1000111 |
Color Harmonies of #DDB68B
Complementary color
Monochromatic Colors of #DDB68B
Black with #DDB68B
Text Example
Text Example
White with #DDB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB68B; }
p { color: rgb(221,182,139); }
H1.HeaderClassName
{
color: #DDB68B;
}
.AnyTagClassName
{
color: #DDB68B;
}
</style>
background-color css
<style>
a { background-color: #DDB68B; }
a { background-color: rgb(221,182,139); }
div.DivClassName
{
background-color: #DDB68B;
}
.BgClassName
{
background-color: #DDB68B;
}
</style>
border-color css
<style>
span { border-color: #DDB68B; }
span { border-color: rgb(221,182,139); }
td.TdClassName
{
border-color: #DDB68B;
}
.TagClassName
{
border-color: #DDB68B;
}
</style>