Shades of Brandy #DDB68D
Tints of Brandy #DDB68D
RGB
CMYK
RGB Variations
Color information
#DDB68D (or 0xDDB68D) is known color: Brandy. HEX triplet: DD, B6 and 8D. RGB value is (221,182,141). Sum of RGB (Red+Green+Blue) = 221+182+141=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB68D is #224972. Grayscale: #BDBDBD. Windows color (decimal): -2247027 or 9287389. OLE color: 9287389.
HSL color Cylindrical-coordinate representation of color #DDB68D: hue angle of 30.75º 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 #DDB68D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 141 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.13 |
| HSL | 30.75º | 0.54% | 0.71% | - |
| HSV(B) | 30.75º | 0.36% | 0.87% | - |
| XYZ | 51.35 | 50.75 | 32.29 | - |
| YUV | 188.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 141 | 0 | 0.18 | 0.36 | 0.13 | 30.75 | 0.54 | 0.71 |
| Hex | DD | B6 | 8D | 0 | 12 | 24 | D | 1F | 36 | 47 |
| Octal | 335 | 266 | 215 | 0 | 22 | 44 | 15 | 37 | 66 | 107 |
| Binary | 11011101 | 10110110 | 10001101 | 0 | 10010 | 100100 | 1101 | 11111 | 110110 | 1000111 |
Color Harmonies of #DDB68D
Complementary color
Monochromatic Colors of #DDB68D
Black with #DDB68D
Text Example
Text Example
White with #DDB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB68D; }
p { color: rgb(221,182,141); }
H1.HeaderClassName
{
color: #DDB68D;
}
.AnyTagClassName
{
color: #DDB68D;
}
</style>
background-color css
<style>
a { background-color: #DDB68D; }
a { background-color: rgb(221,182,141); }
div.DivClassName
{
background-color: #DDB68D;
}
.BgClassName
{
background-color: #DDB68D;
}
</style>
border-color css
<style>
span { border-color: #DDB68D; }
span { border-color: rgb(221,182,141); }
td.TdClassName
{
border-color: #DDB68D;
}
.TagClassName
{
border-color: #DDB68D;
}
</style>