Shades of Brandy #DDB789
Tints of Brandy #DDB789
RGB
CMYK
RGB Variations
Color information
#DDB789 (or 0xDDB789) is known color: Brandy. HEX triplet: DD, B7 and 89. RGB value is (221,183,137). Sum of RGB (Red+Green+Blue) = 221+183+137=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB789 is #224876. Grayscale: #BDBDBD. Windows color (decimal): -2246775 or 9025501. OLE color: 9025501.
HSL color Cylindrical-coordinate representation of color #DDB789: hue angle of 32.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDB789 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 183 | 137 | - |
CMYK | 0 | 0.17 | 0.38 | 0.13 |
HSL | 32.86º | 0.55% | 0.7% | - |
HSV(B) | 32.86º | 0.38% | 0.87% | - |
XYZ | 51.27 | 51.05 | 30.82 | - |
YUV | 189.12 | 98.59 | 150.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 183 | 137 | 0 | 0.17 | 0.38 | 0.13 | 32.86 | 0.55 | 0.7 |
Hex | DD | B7 | 89 | 0 | 11 | 26 | D | 21 | 37 | 46 |
Octal | 335 | 267 | 211 | 0 | 21 | 46 | 15 | 41 | 67 | 106 |
Binary | 11011101 | 10110111 | 10001001 | 0 | 10001 | 100110 | 1101 | 100001 | 110111 | 1000110 |
Color Harmonies of #DDB789
Complementary color
Monochromatic Colors of #DDB789
Black with #DDB789
Text Example
Text Example
White with #DDB789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB789; }
p { color: rgb(221,183,137); }
H1.HeaderClassName
{
color: #DDB789;
}
.AnyTagClassName
{
color: #DDB789;
}
</style>
background-color css
<style>
a { background-color: #DDB789; }
a { background-color: rgb(221,183,137); }
div.DivClassName
{
background-color: #DDB789;
}
.BgClassName
{
background-color: #DDB789;
}
</style>
border-color css
<style>
span { border-color: #DDB789; }
span { border-color: rgb(221,183,137); }
td.TdClassName
{
border-color: #DDB789;
}
.TagClassName
{
border-color: #DDB789;
}
</style>