Shades of Brandy #DDBA8C
Tints of Brandy #DDBA8C
RGB
CMYK
RGB Variations
Color information
#DDBA8C (or 0xDDBA8C) is known color: Brandy. HEX triplet: DD, BA and 8C. RGB value is (221,186,140). Sum of RGB (Red+Green+Blue) = 221+186+140=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA8C is #224573. Grayscale: #BFBFBF. Windows color (decimal): -2246004 or 9222877. OLE color: 9222877.
HSL color Cylindrical-coordinate representation of color #DDBA8C: hue angle of 34.07º 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 #DDBA8C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 140 | - |
CMYK | 0 | 0.16 | 0.37 | 0.13 |
HSL | 34.07º | 0.54% | 0.71% | - |
HSV(B) | 34.07º | 0.37% | 0.87% | - |
XYZ | 52.11 | 52.38 | 32.18 | - |
YUV | 191.22 | 99.1 | 149.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 140 | 0 | 0.16 | 0.37 | 0.13 | 34.07 | 0.54 | 0.71 |
Hex | DD | BA | 8C | 0 | 10 | 25 | D | 22 | 36 | 47 |
Octal | 335 | 272 | 214 | 0 | 20 | 45 | 15 | 42 | 66 | 107 |
Binary | 11011101 | 10111010 | 10001100 | 0 | 10000 | 100101 | 1101 | 100010 | 110110 | 1000111 |
Color Harmonies of #DDBA8C
Complementary color
Monochromatic Colors of #DDBA8C
Black with #DDBA8C
Text Example
Text Example
White with #DDBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA8C; }
p { color: rgb(221,186,140); }
H1.HeaderClassName
{
color: #DDBA8C;
}
.AnyTagClassName
{
color: #DDBA8C;
}
</style>
background-color css
<style>
a { background-color: #DDBA8C; }
a { background-color: rgb(221,186,140); }
div.DivClassName
{
background-color: #DDBA8C;
}
.BgClassName
{
background-color: #DDBA8C;
}
</style>
border-color css
<style>
span { border-color: #DDBA8C; }
span { border-color: rgb(221,186,140); }
td.TdClassName
{
border-color: #DDBA8C;
}
.TagClassName
{
border-color: #DDBA8C;
}
</style>